]> arthur.barton.de Git - bup.git/blobdiff - t/test-web.sh
midx-cmd: accommodate python 3
[bup.git] / t / test-web.sh
index eedf87df44db27e88d9640d87745dc82a01c42f7..1e10adaa7d394055c3705cd0d1bedb417638683a 100755 (executable)
@@ -36,13 +36,13 @@ if test -z "$(type -p curl)"; then
 fi
     
 WVPASS bup-python -c "import socket as s; s.socket(s.AF_UNIX).bind('socket')"
-curl --unix-socket ./socket http://localhost/foo
+curl -s --unix-socket ./socket http://localhost/foo
 if test $? -ne 7; then
     WVSTART 'curl does not appear to support --unix-socket; skipping test'
     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