diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-31 12:07:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-31 14:12:40 +0900 |
| commit | c31884bee433b3f421bb34e51397fa0991413348 (patch) | |
| tree | 8600dbda550de5dafc487c20ef8621fbfc3e7e97 /internal/rosa/gnu.go | |
| parent | f8661ad4796c71fca0635b5094ef04d9a01ca557 (diff) | |
internal/rosa: disable broken tests
These fail when running as users with supplementary groups, since they are unmapped in the container. This was not the case in the development container where all groups were dropped, so the failure was missed.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/gnu.go')
| -rw-r--r-- | internal/rosa/gnu.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index 5a0265d7..ee9ef50e 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -203,6 +203,9 @@ test_disable() { chmod +w "$2" && echo "$1" > "$2"; } test_disable '#!/bin/sh' gnulib-tests/test-c32ispunct.sh test_disable '#!/bin/sh' tests/split/line-bytes.sh test_disable '#!/bin/sh' tests/dd/no-allocate.sh +test_disable 'int main(){return 0;}' gnulib-tests/test-chown.c +test_disable 'int main(){return 0;}' gnulib-tests/test-fchownat.c +test_disable 'int main(){return 0;}' gnulib-tests/test-lchown.c `, Flag: TEarly, }, |
