]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
testsuite points to localhost
authorerdgeist <>
Fri, 12 Jan 2007 01:58:25 +0000 (01:58 +0000)
committererdgeist <>
Fri, 12 Jan 2007 01:58:25 +0000 (01:58 +0000)
testsuite.sh

index 1af1499b9be2e0ec08751d3f023aa9ed6c616828..6baeabbdc03a98af9437301a1a90a075003e1311 100644 (file)
@@ -6,7 +6,7 @@ ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
 
 #  echo -e $request_string
 #  echo
-  echo -e $request_string | nc 23.23.23.182 6969 >/dev/null &
+  echo -e $request_string | nc 127.0.0.1 6969 >/dev/null &
 #  echo
 
 done