diff options
| author | erdgeist <> | 2007-01-20 01:50:28 +0000 |
|---|---|---|
| committer | erdgeist <> | 2007-01-20 01:50:28 +0000 |
| commit | 3d796d93f070feaf536612a964b6f82aef4199ca (patch) | |
| tree | 08c96dc4f7c18461dccee41934b99d3afe05d099 /testsuite.sh | |
| parent | 07a604e3d6c1800374c9713c0ef954eb7d18a40a (diff) | |
-m64 is not usually a correct compile option
Diffstat (limited to 'testsuite.sh')
| -rw-r--r-- | testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.sh b/testsuite.sh index e5bc7a4..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 127.0.0.1 6969 >/dev/null | 9 | echo -e $request_string | nc 127.0.0.1 6969 >/dev/null & |
| 10 | # echo | 10 | # echo |
| 11 | 11 | ||
| 12 | done | 12 | done |
