diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-05 23:02:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-05 23:02:02 +0900 |
| commit | 4a42657d889f11d90a0a0c13bcdd8ef5b6448a83 (patch) | |
| tree | 6bd02fe69bb3cc3108e6d18610d1781117301e1b /internal/rosa/package | |
| parent | f0b6659865fdc52e7343e2c1744aff02f6d12d70 (diff) | |
internal/rosa/package/gnu: disable sed flaky test
This is causing way too many spurious failures.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package')
| -rw-r--r-- | internal/rosa/package/gnu.az | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/rosa/package/gnu.az b/internal/rosa/package/gnu.az index 49b8a933..39c6f8b4 100644 --- a/internal/rosa/package/gnu.az +++ b/internal/rosa/package/gnu.az @@ -155,6 +155,13 @@ package sed { compress = gzip; }; + writable = true; + early = ` +test_disable() { chmod +w "$2" && echo "$1" > "$2"; } + +test_disable '#!/bin/sh' testsuite/read-error-stale-errno.sh +`; + exec = make {}; inputs = [ |
