2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 18:00:52 +00:00

Use RM_WS_ONLY_LINES in test

Some compilers output extra newlines in some cases.
This commit is contained in:
Thorsten Schöning 2015-11-19 16:12:45 +01:00 committed by Jay Berkenbilt
parent 953e6f641f
commit bfb9341310

View File

@ -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);