diff options
| author | Ben Fuhrmannek | 2022-04-19 12:44:35 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-04-19 12:44:35 +0200 |
| commit | bb59f4396a7dd51a2490a12fd2714c68e19f7b66 (patch) | |
| tree | 6ff0ae8c56ac2d3cf7fc392f49411e99e9c5a4ad /src | |
| parent | 1be112f371f860feab290cb333792c52e4e23c7c (diff) | |
fixed test case due to output change
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/deny_writable/deny_writable_execution.phpt b/src/tests/deny_writable/deny_writable_execution.phpt index e65dc32..a629479 100644 --- a/src/tests/deny_writable/deny_writable_execution.phpt +++ b/src/tests/deny_writable/deny_writable_execution.phpt | |||
| @@ -40,4 +40,4 @@ unlink("$dir/non_writable_file.txt"); | |||
| 40 | unlink("$dir/writable_file.txt"); | 40 | unlink("$dir/writable_file.txt"); |
| 41 | ?> | 41 | ?> |
| 42 | --EXPECTF-- | 42 | --EXPECTF-- |
| 43 | Fatal error: [snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/deny_writable_execution.php). in %a/deny_writable_execution.php on line 2 | 43 | Fatal error: [snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/deny_writable_execution.php) in %a/deny_writable_execution.php on line 2 |
