summaryrefslogtreecommitdiff
path: root/src/tests/disable_function
diff options
context:
space:
mode:
authorjvoisin2021-05-09 18:10:41 +0200
committerjvoisin2021-05-09 18:10:41 +0200
commitd5adcd6d17afc7015011088d8af5a2094fb3370d (patch)
tree333ffa1dde83f48c43764d3f67d51e5ee92824f2 /src/tests/disable_function
parent7ea172dd6909c624bd9db603c4e4f86e1042a7e5 (diff)
Fix the testsuite on fedora
Diffstat (limited to 'src/tests/disable_function')
-rw-r--r--src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt b/src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt
index 580679c..fe8e73a 100644
--- a/src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt
+++ b/src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt
@@ -10,5 +10,5 @@ $gs = exec( 'foo' );
10echo "YES"; 10echo "YES";
11?> 11?>
12--EXPECTF-- 12--EXPECTF--
13%sfoo: not found 13%snot found
14YES 14YES