Skip to content
Snippets Groups Projects
Commit fbb89394 authored by Doug Jacobsen's avatar Doug Jacobsen Committed by Morris Jette
Browse files

Modify test to work on SLES

bug 4441
parent d425c679
No related branches found
No related tags found
No related merge requests found
...@@ -133,11 +133,11 @@ expect { ...@@ -133,11 +133,11 @@ expect {
set job_id $expect_out(1,string) set job_id $expect_out(1,string)
exp_continue exp_continue
} }
-re "executable:(/bin/)($alpha)" { -re "executable:(/usr)?(/bin/)($alpha)" {
if {[string compare $expect_out(2,string) "date"] != 0} { if {[string compare $expect_out(3,string) "date"] != 0} {
incr matches incr matches
} }
if {[string compare $expect_out(2,string) "hostname"] != 0} { if {[string compare $expect_out(3,string) "hostname"] != 0} {
incr matches incr matches
} }
if {$matches == 4} { if {$matches == 4} {
......
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