diff options
author | erdgeist <> | 2007-03-25 16:47:25 +0000 |
---|---|---|
committer | erdgeist <> | 2007-03-25 16:47:25 +0000 |
commit | 1d2d3c9d957a9fe5ed81b016af11d434752d92eb (patch) | |
tree | ae72e973b6077d5191008cbc6063ad06cb6bcf32 | |
parent | 3e610c5f60f414afe26bc5b663dd51cc5c07af44 (diff) |
Moved to tests/
-rw-r--r-- | testsuite.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuite.sh b/testsuite.sh deleted file mode 100644 index 6baeabb..0000000 --- a/testsuite.sh +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | while true; do | ||
4 | request_string="GET /announce?info_hash=0123456789012345678%$(printf %02X $(( $RANDOM & 0xff )) )&\ | ||
5 | ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n" | ||
6 | |||
7 | # echo -e $request_string | ||
8 | # echo | ||
9 | echo -e $request_string | nc 127.0.0.1 6969 >/dev/null & | ||
10 | # echo | ||
11 | |||
12 | done | ||