From 0e35b72fc29ecd8f716027506d16a7c875b5575d Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sun, 27 Oct 2019 13:18:04 -0400 Subject: [PATCH] [travis] trying IPv4 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 213a4de..6f2a61a 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 127.0.0.1:5000 -O- +wget -4 -O- 127.0.0.1:5000 -! wget 127.0.0.1:5000/nosuchurl -O- +! wget -4 -O- 127.0.0.1:5000/nosuchurl # ( # wget 127.0.0.1:5000/nosuchurl -O-