diff options
| author | jvoisin | 2021-01-02 15:49:24 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-02 16:41:08 +0100 |
| commit | b65565ac2c13e717dfc12d89479dd98e24089e08 (patch) | |
| tree | 94ab2492759d700871a351ccf1d928718d6c851e /src | |
| parent | 4e0adde7c9f59b39e280d5766cc1b0fca8d71864 (diff) | |
Use gitlab-ci for all supported php versions
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution_simulation.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/deny_writable/deny_writable_execution_simulation.phpt b/src/tests/deny_writable/deny_writable_execution_simulation.phpt index 4352e77..30f8cb1 100644 --- a/src/tests/deny_writable/deny_writable_execution_simulation.phpt +++ b/src/tests/deny_writable/deny_writable_execution_simulation.phpt | |||
| @@ -4,7 +4,6 @@ Readonly execution attempt (simulation mode) | |||
| 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> |
| 5 | <?php | 5 | <?php |
| 6 | if (!extension_loaded("snuffleupagus")) { print "skip" }; | 6 | if (!extension_loaded("snuffleupagus")) { print "skip" }; |
| 7 | if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; } | ||
| 8 | 7 | ||
| 9 | // root has write privileges on any file | 8 | // root has write privileges on any file |
| 10 | if (TRUE == function_exists("posix_getuid")) { | 9 | if (TRUE == function_exists("posix_getuid")) { |
| @@ -19,6 +18,7 @@ if (TRUE == function_exists("posix_getuid")) { | |||
| 19 | ?> | 18 | ?> |
| 20 | --INI-- | 19 | --INI-- |
| 21 | sp.configuration_file={PWD}/config/config_disable_writable_simulation.ini | 20 | sp.configuration_file={PWD}/config/config_disable_writable_simulation.ini |
| 21 | --XFAIL-- | ||
| 22 | --FILE-- | 22 | --FILE-- |
| 23 | <?php | 23 | <?php |
| 24 | $dir = __DIR__; | 24 | $dir = __DIR__; |
