Using python3 instead of python in tests system calls
authorDaniel Garcia Moreno <danigm@wadobo.com>
Wed, 13 Nov 2013 12:57:07 +0000 (13:57 +0100)
committerDaniel Garcia Moreno <danigm@wadobo.com>
Wed, 13 Nov 2013 12:57:07 +0000 (13:57 +0100)
testing/test_concat_compress.py

index 2b85784..ea425af 100644 (file)
@@ -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