Skip to content
Snippets Groups Projects
Commit 3fad9df1 authored by David Bigagli's avatar David Bigagli
Browse files

In test4.3 unset the SINFO_FORMAT since it conflicts with the --long

option.
parent 752a33db
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,9 @@ if {$matches != 6} { ...@@ -197,7 +197,9 @@ if {$matches != 6} {
# #
# Check the sinfo long format # Check the sinfo long format
# #
if {[info exists env(SINFO_FORMAT)]} {
unset env(SINFO_FORMAT)
}
set matches 0 set matches 0
spawn $sinfo --long spawn $sinfo --long
expect { expect {
......
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