]> arthur.barton.de Git - bup.git/blobdiff - t/test-web.sh
midx-cmd: accommodate python 3
[bup.git] / 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