internal/rosa/package/gnu: disable sed flaky test

This is causing way too many spurious failures.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-05 23:02:02 +09:00
parent f0b6659865
commit 4a42657d88
+7
View File
@@ -155,6 +155,13 @@ package sed {
compress = gzip; 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 {}; exec = make {};
inputs = [ inputs = [