From: Daniel Garcia Moreno Date: Wed, 13 Nov 2013 12:57:07 +0000 (+0100) Subject: Using python3 instead of python in tests system calls X-Git-Tag: v2.2~73 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=789b0ac92242163eab7123496229a1ae7001ae93;p=python-delta-tar Using python3 instead of python in tests system calls --- diff --git a/testing/test_concat_compress.py b/testing/test_concat_compress.py index 2b85784..ea425af 100644 --- a/testing/test_concat_compress.py +++ b/testing/test_concat_compress.py @@ -386,7 +386,7 @@ class ConcatCompressTest(BaseTest): os.unlink("small2") # extract using the command line this time - os.system("python filesplit.py -s $'\\x1f\\x8b' -p sample.tar.gz. sample.tar.gz") + os.system("python3 filesplit.py -s $'\\x1f\\x8b' -p sample.tar.gz. sample.tar.gz") assert os.path.exists("sample.tar.gz.0") # beginning of the tar file assert os.path.exists("sample.tar.gz.1") # first file