packages feed

htsn 0.0.10 → 0.0.11

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

htsn.cabal view
@@ -1,5 +1,5 @@ name:           htsn-version:        0.0.10+version:        0.0.11 cabal-version:  >= 1.8 author:         Michael Orlitzky maintainer:	Michael Orlitzky <michael@orlitzky.com>
test/shell/command-line-feed-hosts.test view
@@ -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