Commit bfb9341310445a1e170636da1cf3a8ee3bf10141

Authored by Thorsten Schöning
Committed by Jay Berkenbilt
1 parent 953e6f64

Use RM_WS_ONLY_LINES in test

Some compilers output extra newlines in some cases.
Showing 1 changed file with 1 additions and 1 deletions
libtests/qtest/qutil.test
... ... @@ -13,6 +13,6 @@ $td->runtest("QUtil",
13 13 {$td->COMMAND => "qutil"},
14 14 {$td->FILE => "qutil.out",
15 15 $td->EXIT_STATUS => 0},
16   - $td->NORMALIZE_NEWLINES);
  16 + $td->NORMALIZE_NEWLINES | $td->RM_WS_ONLY_LINES);
17 17  
18 18 $td->report(1);
... ...