packages feed

htsn-0.0.7: test/shell/command-line-feed-hosts.test

#
# If a feed host is supplied on the command-line, it should override
# 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./
>>>2 /ERROR: connect: does not exist \(Connection refused\)/
>>>=0