addition to "foo not found".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9310
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Nov 6 20:31:52 1996 Tom Yu <tlyu@mit.edu>
+
+ * gssftp.exp: Check for "foo: No such file or directory" in
+ addition to "foo not found".
+
Mon Oct 14 08:05:11 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* gssftp.exp: Test ls and nlist commands. [krb5-appl/108]
set testname "ls missing"
send "ls $tmppwd/ftp-testmiss\r"
expect -re "Opening ASCII mode data connection for .*ls."
- expect -re "$tmppwd/ftp-testmiss not found"
+ expect {
+ -re "$tmppwd/ftp-testmiss not found" {}
+ -re "$tmppwd/ftp-testmiss: No such file or directory"
+ }
expect "ftp> " {
pass $testname
}