mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
Use RM_WS_ONLY_LINES in test
Some compilers output extra newlines in some cases.
This commit is contained in:
parent
953e6f641f
commit
bfb9341310
@ -13,6 +13,6 @@ $td->runtest("QUtil",
|
||||
{$td->COMMAND => "qutil"},
|
||||
{$td->FILE => "qutil.out",
|
||||
$td->EXIT_STATUS => 0},
|
||||
$td->NORMALIZE_NEWLINES);
|
||||
$td->NORMALIZE_NEWLINES | $td->RM_WS_ONLY_LINES);
|
||||
|
||||
$td->report(1);
|
||||
|
Loading…
Reference in New Issue
Block a user