From 3c717b8e6918ea222f38525e5115137e83525d8d Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 24 Aug 2018 20:07:34 -0700 Subject: [PATCH] [test suite] use 'badhost.' so local resolution will not be an issue (Michael Dukelsky) --- test/tests/basic_operations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/basic_operations.pl b/test/tests/basic_operations.pl index 91a48daf..c93c9905 100644 --- a/test/tests/basic_operations.pl +++ b/test/tests/basic_operations.pl @@ -1569,7 +1569,7 @@ 'detail' => 'invalid SPA destination (2)', 'function' => \&client_rc_file, 'cmdline' => "$lib_view_str $valgrind_str $fwknopCmd -A tcp/22 -a $fake_ip " . - "--no-save-args $verbose_str -D badhost -n default " . + "--no-save-args $verbose_str -D badhost. -n default " . "--rc-file $save_rc_file --save-rc-stanza --force-stanza", 'save_rc_stanza' => [{'name' => 'default', 'vars' => {'KEY' => 'testtest', 'DIGEST_TYPE' => 'MD5'}}],