summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-01-12 01:58:25 +0000
committererdgeist <>2007-01-12 01:58:25 +0000
commitf683b7a08eb3e2c34b994baf0aa784c896d4a952 (patch)
tree3087b25edccef1fcb9fcb13f3e660d7bbfafc15d
parent575bf7081ffa5d79ab8a752aa15f9980982c97ce (diff)
testsuite points to localhost
-rw-r--r--testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.sh b/testsuite.sh
index 1af1499..6baeabb 100644
--- a/testsuite.sh
+++ b/testsuite.sh
@@ -6,7 +6,7 @@ ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
6 6
7# echo -e $request_string 7# echo -e $request_string
8# echo 8# echo
9 echo -e $request_string | nc 23.23.23.182 6969 >/dev/null & 9 echo -e $request_string | nc 127.0.0.1 6969 >/dev/null &
10# echo 10# echo
11 11
12done 12done