Bugzilla – Attachment 3115 Details for
Bug 2823
putty-transfer regression test broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix putty-transfer regression test
0001-Fix-putty-transfer-regression-test.patch (text/plain), 1.12 KB, created by
Colin Watson
on 2018-01-23 23:39:00 AEDT
(
hide
)
Description:
Fix putty-transfer regression test
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2018-01-23 23:39:00 AEDT
Size:
1.12 KB
patch
obsolete
>From b57c98b6cca3e3d2d89134b3198c71e4abbca66f Mon Sep 17 00:00:00 2001 >From: Colin Watson <cjwatson@debian.org> >Date: Tue, 23 Jan 2018 12:37:00 +0000 >Subject: [PATCH] Fix putty-transfer regression test > >The test key file is still called putty.rsa2, not putty.rsa. >--- > regress/putty-transfer.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/regress/putty-transfer.sh b/regress/putty-transfer.sh >index 32c79f9..57e4654 100644 >--- a/regress/putty-transfer.sh >+++ b/regress/putty-transfer.sh >@@ -15,7 +15,7 @@ for c in 0 1 ; do > ${OBJ}/.putty/sessions/compression_$c > echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k > env HOME=$PWD ${PLINK} -load compression_$c -batch \ >- -i putty.rsa cat ${DATA} > ${COPY} >+ -i putty.rsa2 cat ${DATA} > ${COPY} > if [ $? -ne 0 ]; then > fail "ssh cat $DATA failed" > fi >@@ -26,7 +26,7 @@ for c in 0 1 ; do > rm -f ${COPY} > dd if=$DATA obs=${s} 2> /dev/null | \ > env HOME=$PWD ${PLINK} -load compression_$c \ >- -batch -i putty.rsa \ >+ -batch -i putty.rsa2 \ > "cat > ${COPY}" > if [ $? -ne 0 ]; then > fail "ssh cat $DATA failed" >-- >2.7.4 >
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 2823
: 3115