]> arthur.barton.de Git - bup.git/commitdiff
test-web: s/python/bup-python/
authorRob Browning <rlb@defaultvalue.org>
Sat, 9 Jul 2016 01:03:11 +0000 (20:03 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 9 Jul 2016 19:41:18 +0000 (14:41 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-web.sh

index 02d17c659f8f0cd023ea53474ddc01dc895d97cb..1e10adaa7d394055c3705cd0d1bedb417638683a 100755 (executable)
@@ -42,7 +42,7 @@ if test $? -ne 7; then
     run_test=''
 fi
 
-if ! python -c 'import tornado' 2> /dev/null; then
+if ! bup-python -c 'import tornado' 2> /dev/null; then
     WVSTART 'unable to import tornado; skipping test'
     run_test=''
 fi