Skip to content

Commit 2f9fddb

Browse files
author
Jani Taskinen
committed
- Fix test
1 parent ce8106f commit 2f9fddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sapi/cgi/tests/006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class test
4242

4343
file_put_contents($filename, $code);
4444

45-
var_dump(`"$php" -l "$filename" 2>/dev/null`);
45+
var_dump(`"$php" -n -l "$filename" 2>/dev/null`);
4646

4747
@unlink($filename);
4848

0 commit comments

Comments
 (0)