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