X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=test%2Fshell%2Fcommand-line-feed-hosts.test;fp=test%2Fshell%2Fcommand-line-feed-hosts.test;h=3ad17da071e42dd7c4e85ff9cc132b5fad705239;hp=27b9ebf008107e038ab0a31d26b48050c25b948b;hb=1d58dc651f06286ee42d17341fea107f8737f709;hpb=689adb13dffbcbe879ba779e461c3a18fda68a31 diff --git a/test/shell/command-line-feed-hosts.test b/test/shell/command-line-feed-hosts.test index 27b9ebf..3ad17da 100644 --- a/test/shell/command-line-feed-hosts.test +++ b/test/shell/command-line-feed-hosts.test @@ -3,7 +3,7 @@ # the default list. Since htsn attempts to run forever, we sleep for a # second after starting it and then kill it ($! is its pid). # -dist/build/htsn/htsn -u foo --password bar localhost & sleep 1; kill $! ->>> /Connecting to localhost./ +dist/build/htsn/htsn -u foo --password bar 127.0.0.1 & sleep 1; kill $! +>>> /Connecting to 127.0.0.1./ >>>2 /ERROR: connect: does not exist \(Connection refused\)/ >>>=0