From 789b0ac92242163eab7123496229a1ae7001ae93 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Wed, 13 Nov 2013 13:57:07 +0100 Subject: [PATCH] Using python3 instead of python in tests system calls --- testing/test_concat_compress.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1