- (djm) [regress/multiplex.sh] restore incorrectly deleted line;
pointed out by Christian Hesse
This commit is contained in:
parent
dd417b60d5
commit
56b840f2b8
|
@ -1,3 +1,7 @@
|
||||||
|
20140725
|
||||||
|
- (djm) [regress/multiplex.sh] restore incorrectly deleted line;
|
||||||
|
pointed out by Christian Hesse
|
||||||
|
|
||||||
20140722
|
20140722
|
||||||
- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
|
- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
|
||||||
put it back
|
put it back
|
||||||
|
|
|
@ -165,8 +165,8 @@ echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch" >/dev/null 2>&1 \
|
||||||
|| fail "connect to remote forwarded path failed"
|
|| fail "connect to remote forwarded path failed"
|
||||||
${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \
|
${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \
|
||||||
|| fail "cancel remote forward failed"
|
|| fail "cancel remote forward failed"
|
||||||
N=$(echo "" | $NC -U $OBJ/unix-1.fwd 2>&1 | wc -l)
|
|
||||||
N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l)
|
N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l)
|
||||||
|
test ${N} -eq 0 || fail "remote forward path still listening"
|
||||||
rm -f $OBJ/unix-1.fwd
|
rm -f $OBJ/unix-1.fwd
|
||||||
|
|
||||||
verbose "test $tid: cmd exit"
|
verbose "test $tid: cmd exit"
|
||||||
|
|
Loading…
Reference in New Issue