]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Moved to tests/
authorerdgeist <>
Sun, 25 Mar 2007 16:47:25 +0000 (16:47 +0000)
committererdgeist <>
Sun, 25 Mar 2007 16:47:25 +0000 (16:47 +0000)
testsuite.sh [deleted file]

diff --git a/testsuite.sh b/testsuite.sh
deleted file mode 100644 (file)
index 6baeabb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-while true; do
-  request_string="GET /announce?info_hash=0123456789012345678%$(printf %02X $(( $RANDOM & 0xff )) )&\
-ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
-
-#  echo -e $request_string
-#  echo
-  echo -e $request_string | nc 127.0.0.1 6969 >/dev/null &
-#  echo
-
-done