diff options
| author | jvoisin | 2021-05-09 18:10:41 +0200 |
|---|---|---|
| committer | jvoisin | 2021-05-09 18:10:41 +0200 |
| commit | d5adcd6d17afc7015011088d8af5a2094fb3370d (patch) | |
| tree | 333ffa1dde83f48c43764d3f67d51e5ee92824f2 /src/tests | |
| parent | 7ea172dd6909c624bd9db603c4e4f86e1042a7e5 (diff) | |
Fix the testsuite on fedora
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_shell_exec_wrong.phpt | 2 |
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' ); | |||
| 10 | echo "YES"; | 10 | echo "YES"; |
| 11 | ?> | 11 | ?> |
| 12 | --EXPECTF-- | 12 | --EXPECTF-- |
| 13 | %sfoo: not found | 13 | %snot found |
| 14 | YES | 14 | YES |
