]> arthur.barton.de Git - bup.git/blobdiff - t/test-web.sh
configure.inc: name the tmpdir with a configure- prefix
[bup.git] / t / test-web.sh
index 45eac5e042479d19c2f6265a8467c85a01835e84..1e10adaa7d394055c3705cd0d1bedb417638683a 100755 (executable)
@@ -36,12 +36,17 @@ 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 ! bup-python -c 'import tornado' 2> /dev/null; then
+    WVSTART 'unable to import tornado; skipping test'
+    run_test=''
+fi
+
 if test -n "$run_test"; then
     WVSTART 'web'
     WVPASS bup init