aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/ph.test
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/qtest/ph.test')
-rw-r--r--libtests/qtest/ph.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtests/qtest/ph.test b/libtests/qtest/ph.test
index 8e70efd5..9c0ffb8e 100644
--- a/libtests/qtest/ph.test
+++ b/libtests/qtest/ph.test
@@ -12,6 +12,7 @@ my $td = new TestDriver('ph');
$td->runtest("PointerHolder",
{$td->COMMAND => "pointer_holder"},
{$td->FILE => "ph.out",
- $td->EXIT_STATUS => 0});
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
$td->report(1);