From 4950aaf37c673f141162f2c1e663feb6a0267230 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 13 Oct 2010 16:06:57 +0200 Subject: [PATCH] Fix test to listen on localhsot (not @) It fails sometimes to use localhost and the @ combo. --- test/test_facets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4