Skip to content
Snippets Groups Projects
Commit f4d554d4 authored by Moe Jette's avatar Moe Jette
Browse files

Revise test for update sbcast error message.

parent ca33d0da
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ set matches 0 ...@@ -113,7 +113,7 @@ set matches 0
if {[wait_for_file $file_err] == 0} { if {[wait_for_file $file_err] == 0} {
spawn $bin_cat $file_err spawn $bin_cat $file_err
expect { expect {
-re "REQUEST_FILE_BCAST: Permission denied" { -re "REQUEST_FILE_BCAST.* Permission denied" {
send_user "These errors are expected, no worries\n" send_user "These errors are 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