diff options
Diffstat (limited to 'src/tests/dump_request/dump_request_nonwriteable_folder.phpt')
| -rw-r--r-- | src/tests/dump_request/dump_request_nonwriteable_folder.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tests/dump_request/dump_request_nonwriteable_folder.phpt b/src/tests/dump_request/dump_request_nonwriteable_folder.phpt index 5292467..fc70341 100644 --- a/src/tests/dump_request/dump_request_nonwriteable_folder.phpt +++ b/src/tests/dump_request/dump_request_nonwriteable_folder.phpt | |||
| @@ -3,6 +3,7 @@ Dump request - nonwriteable folder. | |||
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php | 4 | <?php |
| 5 | if (!extension_loaded("snuffleupagus")) { print "skip"; } | 5 | if (!extension_loaded("snuffleupagus")) { print "skip"; } |
| 6 | if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; } | ||
| 6 | 7 | ||
| 7 | // root has write privileges "any" folders | 8 | // root has write privileges "any" folders |
| 8 | if (TRUE == function_exists("posix_getuid")) { | 9 | if (TRUE == function_exists("posix_getuid")) { |
| @@ -33,6 +34,6 @@ echo "2\n"; | |||
| 33 | --EXPECTF-- | 34 | --EXPECTF-- |
| 34 | 1 | 35 | 1 |
| 35 | 36 | ||
| 36 | Warning: [snuffleupagus][0.0.0.0][request_logging] Unable to open %a: Permission denied in %a/dump_request_nonwriteable_folder.php on line %d | 37 | Warning: [snuffleupagus][0.0.0.0][request_logging][log] Unable to open %a: Permission denied in %a/dump_request_nonwriteable_folder.php on line %d |
| 37 | 38 | ||
| 38 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function] Aborted execution on call of the function 'system' in %a/dump_request_nonwriteable_folder.php on line 3 | 39 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system' in %a/dump_request_nonwriteable_folder.php on line 3 |
