diff --git a/test.py b/test.py index d3bed3f..f913315 100755 --- a/test.py +++ b/test.py @@ -34,5 +34,5 @@ with tempfile.TemporaryDirectory(prefix="test", dir="/tmp") as tempdir: print("test passed") else: print("TEST FAILED: got hash " + repr(h)) - print(subprocess.check_output("tar -Jcf /tmp/debug.tar.xz", cwd=tempdir, shell=True)) + print(subprocess.check_output("tar -Jcf /tmp/debug.tar.xz .", cwd=tempdir, shell=True)) exit(0) \ No newline at end of file