This commit is contained in:
smitsohu 2023-01-15 19:45:51 +01:00
parent ded50200e0
commit f754fd99e5

View file

@ -22,7 +22,7 @@ sleep 1
send -- "cat /etc/passwd;echo done\r"
expect {
timeout {puts "TESTING ERROR 1\n";exit}
"No such file or directory"
"Permission denied"
}
expect {
timeout {puts "TESTING ERROR 2\n";exit}