summaryrefslogtreecommitdiff
path: root/regress/sftp-badcmds.sh
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-02-12 07:17:10 -0800
committerTim Rice <tim@multitalents.net>2004-02-12 07:17:10 -0800
commit9ad7e0e805157ad7374fe91dc20e6d0b2cc9ebf1 (patch)
tree3f1e2615fb40b288c36d87714cc0cb636b5e9a2c /regress/sftp-badcmds.sh
parent43fa557ce2b908373356cdf4b9dbd2da68350ba4 (diff)
downloadopenssh-git-9ad7e0e805157ad7374fe91dc20e6d0b2cc9ebf1.tar.gz
[Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]
Portablity fixes. Data sftp transfers needs to be world readable. Some older shells hang on while loops when doing sh -n some_script. OK dtucker@
Diffstat (limited to 'regress/sftp-badcmds.sh')
-rw-r--r--regress/sftp-badcmds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sftp-badcmds.sh b/regress/sftp-badcmds.sh
index a6a19409..eac189aa 100644
--- a/regress/sftp-badcmds.sh
+++ b/regress/sftp-badcmds.sh
@@ -4,7 +4,7 @@
tid="sftp invalid commands"
DATA=/bin/ls${EXEEXT}
-DATA2=/bin/cat${EXEEXT}
+DATA2=/bin/sh${EXEEXT}
NONEXIST=/NONEXIST.$$
COPY=${OBJ}/copy
GLOBFILES=`(cd /bin;echo l*)`