Bugzilla – Attachment 2932 Details for
Bug 2659
Fix race conditions in forwarding tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
slightly less broken
bz2659.diff (text/plain), 979 bytes, created by
Damien Miller
on 2017-01-30 15:24:29 AEDT
(
hide
)
Description:
slightly less broken
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2017-01-30 15:24:29 AEDT
Size:
979 bytes
patch
obsolete
>Index: forwarding.sh >=================================================================== >RCS file: /cvs/src/regress/usr.bin/ssh/forwarding.sh,v >retrieving revision 1.17 >diff -u -p -r1.17 forwarding.sh >--- forwarding.sh 6 Jan 2017 02:09:25 -0000 1.17 >+++ forwarding.sh 30 Jan 2017 04:21:54 -0000 >@@ -80,7 +80,7 @@ for p in ${SSH_PROTOCOLS}; do > fail "connection failed with cleared local forwarding" > else > # this one should fail >- ${SSH} -$p -F $OBJ/ssh_config -p ${base}01 true \ >+ ${SSH} -$p -F $OBJ/ssh_config -p ${base}01 somehost true \ > >>$TEST_REGRESS_LOGFILE 2>&1 && \ > fail "local forwarding not cleared" > fi >@@ -94,7 +94,7 @@ for p in ${SSH_PROTOCOLS}; do > fail "connection failed with cleared remote forwarding" > else > # this one should fail >- ${SSH} -$p -F $OBJ/ssh_config -p ${base}01 true \ >+ ${SSH} -$p -F $OBJ/ssh_config -p ${base}01 somehost true \ > >>$TEST_REGRESS_LOGFILE 2>&1 && \ > fail "remote forwarding not cleared" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2659
:
2925
| 2932