]> arthur.barton.de Git - bup.git/blobdiff - t/test-web.sh
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / test-web.sh
index 332ee0dbf17c7328bac6ada869401ca5bdb19ee7..24a68a4109c97fc2a9701908d03f99831ec440fd 100755 (executable)
@@ -33,7 +33,7 @@ if test -z "$(type -p curl)"; then
     exit 0
 fi
     
-WVPASS bup-python -c "import socket as s; s.socket(s.AF_UNIX).bind('socket')"
+WVPASS bup-cfg-py -c "import socket as s; s.socket(s.AF_UNIX).bind('socket')"
 curl -s --unix-socket ./socket http://localhost/foo
 if test $? -ne 7; then
     WVSTART 'curl does not appear to support --unix-socket; skipping test'