search for: globfil

Displaying 1 result from an estimated 1 matches for "globfil".

Did you mean: global
2003 Jun 20
0
[PATCH] Regression test portabilization.
...mds.sh --- regress/sftp-badcmds.sh 18 Jun 2003 12:18:57 -0000 1.1 +++ regress/sftp-badcmds.sh 20 Jun 2003 11:27:51 -0000 @@ -3,8 +3,8 @@ tid="sftp invalid commands" -DATA=/bin/ls -DATA2=/bin/cat +DATA=/bin/ls${EXEEXT} +DATA2=/bin/cat${EXEEXT} NONEXIST=/NONEXIST.$$ COPY=${OBJ}/copy GLOBFILES=`(cd /bin;echo l*)` Index: regress/sftp-batch.sh =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/sftp-batch.sh,v retrieving revision 1.1 diff -u -r1.1 sftp-batch.sh --- regress/sftp-batch.sh 22 Jan 2003 06:53:17...