mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
For some unclear reason, Android _now_ sometimes returns an IsADirectory error, instead of PermissionDenied, when trying to execute `.`. Since this test really wants to test PermissionDenied, we try to execute a file in the fixture instead, that doesn't have exec permission. Also, limit this test to Unix. Fixes part of #7542. |
||
|---|---|---|
| .. | ||
| base32 | ||
| base64 | ||
| cat | ||
| chgrp | ||
| cksum | ||
| cp | ||
| csplit | ||
| cut | ||
| dd | ||
| dircolors | ||
| du | ||
| env | ||
| expand | ||
| fmt | ||
| fold | ||
| hashsum | ||
| head | ||
| install | ||
| join | ||
| mv | ||
| nl | ||
| nohup | ||
| numfmt | ||
| od | ||
| paste | ||
| pr | ||
| ptx | ||
| shuf | ||
| sort | ||
| split | ||
| sum | ||
| tac | ||
| tail | ||
| test | ||
| tsort | ||
| unexpand | ||
| uniq | ||
| uptime | ||
| users | ||
| util | ||
| wc | ||
| .gitattributes | ||