summaryrefslogtreecommitdiff
path: root/test/auth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/auth.sh')
-rwxr-xr-xtest/auth.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/auth.sh b/test/auth.sh
index 58b1180..66855e2 100755
--- a/test/auth.sh
+++ b/test/auth.sh
@@ -9,6 +9,7 @@ tunnel set tunnel.T.secret secret
tunnel set tunnel.X.secret secret
nc -l 4000 &
echo "Hello, World!" | nc -N localhost 2000
+wait
tunnel clear
tunnel del T
tunnel del X