From: Adam Dickmeiss Date: Wed, 13 Oct 2010 14:06:57 +0000 (+0200) Subject: Fix test to listen on localhsot (not @) X-Git-Tag: v1.5.1~21^2~1 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=4950aaf37c673f141162f2c1e663feb6a0267230;p=pazpar2-moved-to-github.git Fix test to listen on localhsot (not @) It fails sometimes to use localhost and the @ combo. --- diff --git a/test/test_facets.sh b/test/test_facets.sh index 506dd64..89839e2 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -24,7 +24,7 @@ if test -z "$F"; then fi rm -f ztest.pid -$F -l ztest.log -p ztest.pid -D @:9999 +$F -l ztest.log -p ztest.pid -D tcp:localhost:9999 sleep 1 if test ! -f ztest.pid; then echo "yaz-ztest could not be started"