From 1d58dc651f06286ee42d17341fea107f8737f709 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 29 May 2014 11:20:34 -0400 Subject: [PATCH] Minor version bump to fix a test. --- htsn.cabal | 2 +- test/shell/command-line-feed-hosts.test | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htsn.cabal b/htsn.cabal index 57239e6..1a27245 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -1,5 +1,5 @@ name: htsn -version: 0.0.10 +version: 0.0.11 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky diff --git a/test/shell/command-line-feed-hosts.test b/test/shell/command-line-feed-hosts.test index 27b9ebf..3ad17da 100644 --- a/test/shell/command-line-feed-hosts.test +++ b/test/shell/command-line-feed-hosts.test @@ -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 -- 2.43.2