Rename test directory
This commit is contained in:
parent
b8d2d81d00
commit
26ab2a3acb
|
@ -73,7 +73,7 @@ class ArchiveTest (unittest.TestCase):
|
|||
if singlefile:
|
||||
topack = os.path.join(datadir, 'foo .txt')
|
||||
else:
|
||||
topack = os.path.join(datadir, 'foo ')
|
||||
topack = os.path.join(datadir, 'foo dir')
|
||||
# The format and encoding arguments are needed for creating
|
||||
# archives with unusual file extensions.
|
||||
kwargs = dict(
|
||||
|
|
Loading…
Reference in New Issue