diff options
Diffstat (limited to 'src/setupTests.py')
-rw-r--r-- | src/setupTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupTests.py b/src/setupTests.py index 6f73e5e..b7adf0c 100644 --- a/src/setupTests.py +++ b/src/setupTests.py @@ -77,7 +77,7 @@ version_lib = '%s/usr/lib/%s' % (root, scons_version) def installed(lib): return 'Installed SCons library modules into %s' % lib -os.system("tar zxf %s" % tar_gz) +os.system("gunzip -c %s | tar xf -" % tar_gz) # Verify that a virgin installation installs the standalone library. test.run(chdir = scons_version, |