diff options
-rw-r--r-- | regress/cfgmatchlisten.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/cfgmatchlisten.sh b/regress/cfgmatchlisten.sh index 470e55c46..ca2f407a5 100644 --- a/regress/cfgmatchlisten.sh +++ b/regress/cfgmatchlisten.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: cfgmatchlisten.sh,v 1.2 2018/06/19 03:02:17 djm Exp $ | 1 | # $OpenBSD: cfgmatchlisten.sh,v 1.3 2018/07/02 14:13:30 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="sshd_config matchlisten" | 4 | tid="sshd_config matchlisten" |
@@ -20,7 +20,7 @@ start_client() | |||
20 | return $r | 20 | return $r |
21 | fi | 21 | fi |
22 | ${SSH} -vvv $fwd "$@" somehost \ | 22 | ${SSH} -vvv $fwd "$@" somehost \ |
23 | exec sh -c \'"echo \$\$ > $pidfile; exec sleep 100"\' & | 23 | exec sh -c \'"echo \$\$ > $pidfile; exec sleep 100"\' \ |
24 | >>$TEST_REGRESS_LOGFILE 2>&1 & | 24 | >>$TEST_REGRESS_LOGFILE 2>&1 & |
25 | client_pid=$! | 25 | client_pid=$! |
26 | # Wait for remote end | 26 | # Wait for remote end |