diff options
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r-- | Lib/test/test_tarfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index 4a8edb8..7b6d58d 100644 --- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py @@ -21,6 +21,7 @@ def path(path): return test_support.findfile(path) testtar = path("testtar.tar") +print testtar tempdir = path("testtar.dir") tempname = path("testtar.tmp") membercount = 10 |