From 017225300229fc2f549d656a815b933c6a7ffaf0 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sun, 27 Oct 2019 13:56:03 -0400 Subject: [PATCH] [travis] trying curl to test the preview feature --- cli-tests/basic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-tests/basic.sh b/cli-tests/basic.sh index 6f2a61a..70144b7 100755 --- a/cli-tests/basic.sh +++ b/cli-tests/basic.sh @@ -25,9 +25,9 @@ trap "kill $pid; rm -rf $dir" EXIT sleep 3 -wget -4 -O- 127.0.0.1:5000 +curl --fail 127.0.0.1:5000 -! wget -4 -O- 127.0.0.1:5000/nosuchurl +! curl --fail 127.0.0.1:5000/nosuchurl # ( # wget 127.0.0.1:5000/nosuchurl -O-