]> gitweb.michael.orlitzky.com - dead/htsn.git/blob - test/shell/command-line-feed-hosts.test
Minor version bump to fix a test.
[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 127.0.0.1 & sleep 1; kill $!
7 >>> /Connecting to 127.0.0.1./
8 >>>2 /ERROR: connect: does not exist \(Connection refused\)/
9 >>>=0