]> arthur.barton.de Git - bup.git/commitdiff
test-web: silence curl during socket test
authorRob Browning <rlb@defaultvalue.org>
Sat, 2 Jul 2016 16:58:11 +0000 (11:58 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 2 Jul 2016 16:59:55 +0000 (11:59 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-web.sh

index eedf87df44db27e88d9640d87745dc82a01c42f7..02d17c659f8f0cd023ea53474ddc01dc895d97cb 100755 (executable)
@@ -36,7 +36,7 @@ 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=''