diff options
| author | jvoisin | 2017-10-10 12:12:10 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-10 12:12:10 +0200 |
| commit | 18711c04c9e6fc6056f79f05598719a112ecbba5 (patch) | |
| tree | 34016121eb1ecba352d1eb8bcb341ffcfe645db8 /src/tests/deny_writable_execution_simulation.phpt | |
| parent | 6c89a3e68e109ab9e6ef5445c00ea786cd59c89c (diff) | |
Make the `simulation` mode logs more obvious
Diffstat (limited to 'src/tests/deny_writable_execution_simulation.phpt')
| -rw-r--r-- | src/tests/deny_writable_execution_simulation.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/deny_writable_execution_simulation.phpt b/src/tests/deny_writable_execution_simulation.phpt index 3278be8..549fb81 100644 --- a/src/tests/deny_writable_execution_simulation.phpt +++ b/src/tests/deny_writable_execution_simulation.phpt | |||
| @@ -32,7 +32,7 @@ include "$dir/writable_file.txt"; | |||
| 32 | include "$dir/non_writable_file.txt"; | 32 | include "$dir/non_writable_file.txt"; |
| 33 | ?> | 33 | ?> |
| 34 | --EXPECTF-- | 34 | --EXPECTF-- |
| 35 | [snuffleupagus][0.0.0.0][readonly_exec][notice] Attempted execution of a writable file (%a/writable_file.txt). | 35 | [snuffleupagus][0.0.0.0][readonly_exec][simulation] Attempted execution of a writable file (%a/writable_file.txt). |
| 36 | Code execution within a writable file. | 36 | Code execution within a writable file. |
| 37 | Code execution within a non-writable file. | 37 | Code execution within a non-writable file. |
| 38 | --CLEAN-- | 38 | --CLEAN-- |
| @@ -42,4 +42,4 @@ chmod("$dir/non_writable_file.txt", 0777); | |||
| 42 | chmod("$dir/writable_file.txt", 0777); | 42 | chmod("$dir/writable_file.txt", 0777); |
| 43 | unlink("$dir/non_writable_file.txt"); | 43 | unlink("$dir/non_writable_file.txt"); |
| 44 | unlink("$dir/writable_file.txt"); | 44 | unlink("$dir/writable_file.txt"); |
| 45 | ?> \ No newline at end of file | 45 | ?> |
