diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/multiplex.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20140725 | ||
2 | - (djm) [regress/multiplex.sh] restore incorrectly deleted line; | ||
3 | pointed out by Christian Hesse | ||
4 | |||
1 | 20140722 | 5 | 20140722 |
2 | - (djm) [regress/multiplex.sh] ssh mux master lost -N somehow; | 6 | - (djm) [regress/multiplex.sh] ssh mux master lost -N somehow; |
3 | put it back | 7 | put it back |
diff --git a/regress/multiplex.sh b/regress/multiplex.sh index fc32d13e3..693211bff 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh | |||
@@ -165,8 +165,8 @@ echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch" >/dev/null 2>&1 \ | |||
165 | || fail "connect to remote forwarded path failed" | 165 | || fail "connect to remote forwarded path failed" |
166 | ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \ | 166 | ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \ |
167 | || fail "cancel remote forward failed" | 167 | || fail "cancel remote forward failed" |
168 | N=$(echo "" | $NC -U $OBJ/unix-1.fwd 2>&1 | wc -l) | ||
169 | N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l) | 168 | N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l) |
169 | test ${N} -eq 0 || fail "remote forward path still listening" | ||
170 | rm -f $OBJ/unix-1.fwd | 170 | rm -f $OBJ/unix-1.fwd |
171 | 171 | ||
172 | verbose "test $tid: cmd exit" | 172 | verbose "test $tid: cmd exit" |