Fix test to listen on localhsot (not @)
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Oct 2010 14:06:57 +0000 (16:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Oct 2010 14:06:57 +0000 (16:06 +0200)
It fails sometimes to use localhost and the @ combo.

test/test_facets.sh

index 506dd64..89839e2 100755 (executable)
@@ -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"