From 56b22c04992690670fd2506d34ae6d18b573b21e Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 2 Jul 2016 11:58:11 -0500 Subject: [PATCH 1/1] test-web: silence curl during socket test Signed-off-by: Rob Browning Tested-by: Rob Browning --- t/test-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-web.sh b/t/test-web.sh index eedf87d..02d17c6 100755 --- a/t/test-web.sh +++ b/t/test-web.sh @@ -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='' -- 2.39.2