summaryrefslogtreecommitdiff
path: root/regress/dynamic-forward.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/dynamic-forward.sh')
-rw-r--r--regress/dynamic-forward.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/dynamic-forward.sh b/regress/dynamic-forward.sh
index 392fc1978..4674a7baf 100644
--- a/regress/dynamic-forward.sh
+++ b/regress/dynamic-forward.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: dynamic-forward.sh,v 1.3 2004/02/28 12:16:57 dtucker Exp $ 1# $OpenBSD: dynamic-forward.sh,v 1.4 2004/06/22 22:55:56 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="dynamic forwarding" 4tid="dynamic forwarding"
@@ -44,4 +44,7 @@ for p in 1 2; do
44 else 44 else
45 fail "no pid file: $OBJ/remote_pid" 45 fail "no pid file: $OBJ/remote_pid"
46 fi 46 fi
47
48 # Must allow time for connection tear-down
49 sleep 2
47done 50done