From: Rob Browning Date: Sat, 9 Jul 2016 01:03:11 +0000 (-0500) Subject: test-web: s/python/bup-python/ X-Git-Tag: 0.29-rc1~41 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=da41d757ae66ff95561d7c8fdcfc689f387b03b6;ds=sidebyside test-web: s/python/bup-python/ Signed-off-by: Rob Browning Tested-by: Rob Browning --- 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