- (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.
This commit is contained in:
Tim Rice 2008-03-14 10:39:17 -07:00
parent 817d7efb57
commit 5143043409
2 changed files with 7 additions and 2 deletions

View File

@ -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).
@ -3750,4 +3755,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4875 2008/03/14 01:37:05 tim Exp $
$Id: ChangeLog,v 1.4876 2008/03/14 17:39:17 tim Exp $

View 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"