aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorThorsten Schöning <tschoening@users.noreply.github.com>2015-11-19 16:12:45 +0100
committerJay Berkenbilt <ejb@ql.org>2016-01-24 18:05:22 +0100
commitbfb9341310445a1e170636da1cf3a8ee3bf10141 (patch)
tree4f73b97d266749b6e5670d46a23f981d592f3924 /libtests
parent953e6f641fe159d6b38a4d7f0aec5ada3c50a683 (diff)
downloadqpdf-bfb9341310445a1e170636da1cf3a8ee3bf10141.tar.zst
Use RM_WS_ONLY_LINES in test
Some compilers output extra newlines in some cases.
Diffstat (limited to 'libtests')
-rw-r--r--libtests/qtest/qutil.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/qtest/qutil.test b/libtests/qtest/qutil.test
index 9c0410e5..34b0067c 100644
--- a/libtests/qtest/qutil.test
+++ b/libtests/qtest/qutil.test
@@ -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);