]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Minor version bump to fix a test. 0.0.11
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 29 May 2014 15:20:34 +0000 (11:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 29 May 2014 15:20:34 +0000 (11:20 -0400)
htsn.cabal
test/shell/command-line-feed-hosts.test

index 57239e6cae2202edecf930cc63b7365dd2c2a230..1a2724564ef9b9f2c5d2dfd10fb972ff13953e21 100644 (file)
@@ -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>
index 27b9ebf008107e038ab0a31d26b48050c25b948b..3ad17da071e42dd7c4e85ff9cc132b5fad705239 100644 (file)
@@ -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