aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bsc-test/drop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsc-test/drop.sh')
-rwxr-xr-xcontrib/bsc-test/drop.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/bsc-test/drop.sh b/contrib/bsc-test/drop.sh
deleted file mode 100755
index c7b66ba72..000000000
--- a/contrib/bsc-test/drop.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-while true;
-do
- echo "Going to drop the OML connection"
- ./drop-oml.sh | telnet 127.0.0.1 4242
- sleep 58m
-done