diff options
| author | Christian Göttsche | 2026-02-15 20:00:01 +0100 |
|---|---|---|
| committer | jvoisin | 2026-02-15 20:49:09 +0100 |
| commit | 9e94280c0b6356be37b8f9a0a4d2303146863a5b (patch) | |
| tree | 7f1441efa79d29cd9614a1318a9927eb3d20c179 /src/tests/deny_writable/deny_writable_execution.phpt | |
| parent | 9ae9a21b60a25aa4df009211dbfbd9ac765e4ecb (diff) | |
tests: add several skip reasons
Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org>
Diffstat (limited to 'src/tests/deny_writable/deny_writable_execution.phpt')
| -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 383ffa5..c6ece7a 100644 --- a/src/tests/deny_writable/deny_writable_execution.phpt +++ b/src/tests/deny_writable/deny_writable_execution.phpt | |||
| @@ -11,7 +11,7 @@ $filename = __DIR__ . '/test.txt'; | |||
| 11 | file_put_contents($filename, 'a'); | 11 | file_put_contents($filename, 'a'); |
| 12 | chmod($filename, 0400); | 12 | chmod($filename, 0400); |
| 13 | 13 | ||
| 14 | if (is_writable($filename)) print "skip"; | 14 | if (is_writable($filename)) print "skip chmod did not remove write access"; |
| 15 | @unlink($filename); | 15 | @unlink($filename); |
| 16 | ?> | 16 | ?> |
| 17 | --INI-- | 17 | --INI-- |
