From bec9ebdda8252f32184e0b757f3197a488d13c24 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 18 Jan 2020 21:44:24 +0100 Subject: [PATCH] only one ip --- t/03_set-x.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/03_set-x.t b/t/03_set-x.t index f63abb6..abd8645 100755 --- a/t/03_set-x.t +++ b/t/03_set-x.t @@ -18,8 +18,8 @@ my $retval=$?; unlike($fileout, qr/$error_regexp/, "just ran help"); $tests++; -$fileout = `./testssl.sh --ssl-native --color=0 --fast google.com 2>&1`; -unlike($fileout, qr/$error_regexp/, "ran --ssl-native --color=0 --fast google.com"); +$fileout = `./testssl.sh --ssl-native --color=0 --fast --ip=one google.com 2>&1`; +unlike($fileout, qr/$error_regexp/, "ran --ssl-native --color=0 --fast --ip=one google.com"); $tests++; printf "\n";