diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-16 12:54:03 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-16 12:54:03 +0900 |
| commit | 3fcdadb66972102e691905cf8fec38a0672d310b (patch) | |
| tree | 8a443ae4cd239b441f9984d7d1b2f1efd1618606 | |
| parent | 3966bc51529e5e24b883e155d808e698840f28b6 (diff) | |
internal/rosa/curl: remove broken test
Upstream testdata is not broken on the arm64 builder, but breaks reproducibly on amd64.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/curl.go | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/internal/rosa/curl.go b/internal/rosa/curl.go index 260928b6..5e71c5e8 100644 --- a/internal/rosa/curl.go +++ b/internal/rosa/curl.go @@ -12,24 +12,11 @@ func (t Toolchain) newCurl() (pkg.Artifact, string) { mustDecode(checksum), pkg.TarBzip2, ), &PackageAttr{ - Patches: [][2]string{ - {"test459-misplaced-line-break", `diff --git a/tests/data/test459 b/tests/data/test459 -index 7a2e1db7b3..cc716aa65a 100644 ---- a/tests/data/test459 -+++ b/tests/data/test459 -@@ -54,8 +54,8 @@ Content-Type: application/x-www-form-urlencoded - arg - </protocol> - <stderr mode="text"> --Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted whitespace.%SP --Warning: This may cause side-effects. Consider double quotes. -+Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted%SP -+Warning: whitespace. This may cause side-effects. Consider double quotes. - </stderr> - </verify> - </testcase> -`}, - }, + // remove broken test + Writable: true, + ScriptEarly: ` +chmod +w tests/data && rm tests/data/test459 +`, }, &MakeHelper{ Configure: [][2]string{ {"with-openssl"}, |
