From 3fad9df1e4d7044eb886f9a284722feb89c479aa Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Mon, 8 Jun 2015 15:17:19 -0700 Subject: [PATCH] In test4.3 unset the SINFO_FORMAT since it conflicts with the --long option. --- testsuite/expect/test4.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/expect/test4.3 b/testsuite/expect/test4.3 index 6972aeda82d..f0bcabf77ef 100755 --- a/testsuite/expect/test4.3 +++ b/testsuite/expect/test4.3 @@ -197,7 +197,9 @@ if {$matches != 6} { # # Check the sinfo long format # - +if {[info exists env(SINFO_FORMAT)]} { + unset env(SINFO_FORMAT) +} set matches 0 spawn $sinfo --long expect { -- GitLab