Skip to content

Commit e10e4ab

Browse files
author
Jani Taskinen
committed
- Fix test
1 parent 027ded7 commit e10e4ab

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" -n -l "$filename" 2>/dev/null`);
45+
var_dump(`"$php" -n -l "$filename"`);
4646

4747
@unlink($filename);
4848

0 commit comments

Comments
 (0)