aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 445341f27..6ae1147ac 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -17,9 +17,6 @@
# Warning: Not all shells support "echo -e"
#
-cd $(dirname $0)
-
-# port name string
test_protocol () {
echo -n -e $3 | nc localhost $1
if [[ $? -ne 0 ]]