]> gitweb.michael.orlitzky.com - dead/htsn.git/blob - test/shell/command-line-feed-hosts.test
27b9ebf008107e038ab0a31d26b48050c25b948b
[dead/htsn.git] / test / shell / command-line-feed-hosts.test
1 #
2 # If a feed host is supplied on the command-line, it should override
3 # the default list. Since htsn attempts to run forever, we sleep for a
4 # second after starting it and then kill it ($! is its pid).
5 #
6 dist/build/htsn/htsn -u foo --password bar localhost & sleep 1; kill $!
7 >>> /Connecting to localhost./
8 >>>2 /ERROR: connect: does not exist \(Connection refused\)/
9 >>>=0