Testsuite: Compiler info skip; whitespace stupidity. exim-4_76
authorPhil Pennock <pdp@exim.org>
Mon, 9 May 2011 08:36:25 +0000 (04:36 -0400)
committerPhil Pennock <pdp@exim.org>
Mon, 9 May 2011 08:36:25 +0000 (04:36 -0400)
test/runtest
test/scripts/0000-Basic/0002

index feca75e2eae043b2383881f714cf7b558b6336a9..ea05524b005dec148d8d432cc8e30673c5adc223 100755 (executable)
@@ -742,6 +742,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /^Lookups \(built-in\):/;
     next if /^Total \d+ lookups/;
 
+    # drop compiler information
+    next if /^Compiler:/;
+
     # and the ugly bit
     # different libraries will have different numbers (possibly 0) of follow-up
     # lines, indenting with more data
index 625050cefa99275637e1b89c354f30dd2a27cf62..01ba6d911a61e1222409d3f2deced172acd2c3eb 100644 (file)
@@ -552,7 +552,7 @@ abcdea abc z   ${tr{abcdea}{abc}{z}}
 " text "              ${if bool{ text }{true}{false}}     EXPECT: error
 "00"                  ${if bool{00}{true}{false}}     EXPECT: false
 "!true"               ${if !bool{true}{true}{false}}     EXPECT: false
-"!false"              ${if !bool{false}{true}{false}}     EXPECT: true
+"!false"              ${if !bool{false}{true}{false}}      EXPECT: true
 
 "TrUe"                ${if bool_lax{TrUe}{true}{false}}      EXPECT: true
 "FALSE"               ${if bool_lax{FALSE}{true}{false}}     EXPECT: false
@@ -572,7 +572,7 @@ abcdea abc z   ${tr{abcdea}{abc}{z}}
 "text "               ${if bool_lax{text }{true}{false}}      EXPECT: true
 " text "              ${if bool_lax{ text }{true}{false}}      EXPECT: true
 "00"                  ${if bool_lax{00}{true}{false}}      EXPECT: true
-"!true"               ${if !bool_lax{true}{true}{false}}      EXPECT: false
+"!true"               ${if !bool_lax{true}{true}{false}}     EXPECT: false
 "!false"              ${if !bool_lax{false}{true}{false}}      EXPECT: true
 
 # RFC 2047