Bugzilla – Attachment 841 Details for
Bug 989
openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make scp error in multiplex test more verbose
openssh-multiplex-regress.patch (text/plain), 890 bytes, created by
Darren Tucker
on 2005-03-03 15:54:25 AEDT
(
hide
)
Description:
make scp error in multiplex test more verbose
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-03-03 15:54:25 AEDT
Size:
890 bytes
patch
obsolete
>Index: regress/multiplex.sh >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/multiplex.sh,v >retrieving revision 1.12 >diff -u -p -r1.12 multiplex.sh >--- regress/multiplex.sh 6 Dec 2004 12:12:15 -0000 1.12 >+++ regress/multiplex.sh 3 Mar 2005 04:49:04 -0000 >@@ -52,11 +52,13 @@ echo "get ${DATA} ${COPY}" | \ > test -f ${COPY} || fail "sftp: failed copy ${DATA}" > cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}" > >+set -x > rm -f ${COPY} > trace "scp transfer over multiplexed connection and check result" >-${SCP} -S ${SSH} -oControlPath=$CTL otherhost:${DATA} ${COPY} >/dev/null 2>&1 >+${SCP} -S ${SSH} -oControlPath=$CTL otherhost:${DATA} ${COPY} > test -f ${COPY} || fail "scp: failed copy ${DATA}" > cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}" >+set +x > > rm -f ${COPY} >
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
Actions:
View
|
Diff
Attachments on
bug 989
:
839
| 841 |
842