X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Ftest-web.sh;h=1e10adaa7d394055c3705cd0d1bedb417638683a;hb=ae9cde2e3df85569bf76487a9528080926841db5;hp=02d17c659f8f0cd023ea53474ddc01dc895d97cb;hpb=56b22c04992690670fd2506d34ae6d18b573b21e;p=bup.git diff --git a/t/test-web.sh b/t/test-web.sh index 02d17c6..1e10ada 100755 --- a/t/test-web.sh +++ b/t/test-web.sh @@ -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