]> andersk Git - openssh.git/commitdiff
- (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported by
authortim <tim>
Fri, 14 Mar 2008 17:39:17 +0000 (17:39 +0000)
committertim <tim>
Fri, 14 Mar 2008 17:39:17 +0000 (17:39 +0000)
   vinschen at redhat.com. Add () to put echo commands in subshell for lls test
   I mistakenly left out of last commit.

ChangeLog
regress/sftp-cmds.sh

index 5e657885c6da8ecde7cb5d34d7df26369efffd87..d325061db736e15e8bb41c665616486377f5c66b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20080314
+ - (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported by
+   vinschen at redhat.com. Add () to put echo commands in subshell for lls test
+   I mistakenly left out of last commit.
+
 20080313
  - (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to
    self: make changes to Makefile.in next time, not the generated Makefile).
index 3cd7e6b4bdb87a926d8a5dc5450c7a69c73727a8..3b453c5e80fc0545abde9b96f6ea7f16b713deff 100644 (file)
@@ -44,7 +44,7 @@ rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2
 mkdir ${COPY}.dd
 
 verbose "$tid: lls"
-echo "cd ${OBJ}" ; echo "lls" | ${SFTP} -P ${SFTPSERVER} 2>&1 | \
+(echo "lcd ${OBJ}" ; echo "lls") | ${SFTP} -P ${SFTPSERVER} 2>&1 | \
        grep copy.dd >/dev/null 2>&1 || fail "lls failed"
 
 verbose "$tid: lls w/path"
This page took 0.068258 seconds and 5 git commands to generate.