Skip to content
Snippets Groups Projects
Commit 268b84b6 authored by Danny Auble's avatar Danny Auble
Browse files

fix for better debug

parent d80a6110
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ set matches 0 ...@@ -97,6 +97,7 @@ set matches 0
spawn $bin_cat $file_err spawn $bin_cat $file_err
expect { expect {
-re "No such file" { -re "No such file" {
send_user "message from cat expected, no worries.\n"
incr matches incr matches
exp_continue exp_continue
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment