View | Details | Raw Unified | Return to bug 2659 | Differences between
and this patch

Collapse All | Expand All

(-)forwarding.sh (-2 / +2 lines)
Lines 80-86 for p in ${SSH_PROTOCOLS}; do Link Here
80
		fail "connection failed with cleared local forwarding"
80
		fail "connection failed with cleared local forwarding"
81
	else
81
	else
82
		# this one should fail
82
		# this one should fail
83
		${SSH} -$p -F $OBJ/ssh_config -p ${base}01 true \
83
		${SSH} -$p -F $OBJ/ssh_config -p ${base}01 somehost true \
84
		     >>$TEST_REGRESS_LOGFILE 2>&1 && \
84
		     >>$TEST_REGRESS_LOGFILE 2>&1 && \
85
			fail "local forwarding not cleared"
85
			fail "local forwarding not cleared"
86
	fi
86
	fi
Lines 94-100 for p in ${SSH_PROTOCOLS}; do Link Here
94
		fail "connection failed with cleared remote forwarding"
94
		fail "connection failed with cleared remote forwarding"
95
	else
95
	else
96
		# this one should fail
96
		# this one should fail
97
		${SSH} -$p -F $OBJ/ssh_config -p ${base}01 true \
97
		${SSH} -$p -F $OBJ/ssh_config -p ${base}01 somehost true \
98
		     >>$TEST_REGRESS_LOGFILE 2>&1 && \
98
		     >>$TEST_REGRESS_LOGFILE 2>&1 && \
99
			fail "remote forwarding not cleared"
99
			fail "remote forwarding not cleared"
100
	fi
100
	fi

Return to bug 2659