forked from rosa/hakurei
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:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user