Bugzilla – Attachment 1055 Details for
Bug 1094
Local to local copy (and also remote to remote) uses shell expansion twice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Regress test for this bug
openssh-scp-metachar-regress.patch (text/plain), 719 bytes, created by
Darren Tucker
on 2006-01-26 12:03:47 AEDT
(
hide
)
Description:
Regress test for this bug
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-01-26 12:03:47 AEDT
Size:
719 bytes
patch
obsolete
>Index: scp.sh >=================================================================== >RCS file: /cvs/src/regress/usr.bin/ssh/scp.sh,v >retrieving revision 1.4 >diff -u -p -r1.4 scp.sh >--- scp.sh 2005/06/30 11:02:37 1.4 >+++ scp.sh 2006/01/26 00:51:06 >@@ -57,6 +57,13 @@ cp ${DATA} ${DIR}/copy > $SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed" > diff -rN ${DIR} ${DIR2} || fail "corrupted copy" > >+verbose "$tid: shell metacharacters" >+scpclean >+(cd ${DIR} && \ >+ touch '`touch metachartest`' && \ >+ $SCP $scpopts *metachar* ${DIR2} 2>/dev/null; \ >+ [ ! -f metachartest ] ) || fail "shell metacharacters" >+ > if [ ! -z "$SUDO" ]; then > verbose "$tid: skipped file after scp -p with failed chown+utimes" > scpclean
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:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1094
:
971
|
1053
|
1054
| 1055 |
1056
|
1057
|
1058