summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/bug20539.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt
index 76556ca2fe..6352960991 100644
--- a/tests/basic/bug20539.phpt
+++ b/tests/basic/bug20539.phpt
@@ -4,7 +4,7 @@ Bug #20539 (PHP CLI Segmentation Fault)
session.auto_start=1
--FILE--
<?php
- print "good :)";
+ print "good :)\n";
?>
--EXPECT--
good :)