328
313
self.build_tree(['d/', 'd/f1', 'd/f2'])
329
314
self.assertCommandLine([u"rm", u"x*"], "-m pdb rm x*", ["rm", u"x*"])
330
315
self.assertCommandLine([u"add", u"d/f1", u"d/f2"], "-m pdb add d/*",
334
319
class TestGetEnvironUnicode(tests.TestCase):
335
320
"""Tests for accessing the environment via the windows wide api"""
340
325
super(TestGetEnvironUnicode, self).setUp()