mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
Remove no MIPS depends as it supports MIPS now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 1329b9fe2e)
12 lines
336 B
Diff
12 lines
336 B
Diff
--- a/common/buildtest/masking.go
|
|
+++ b/common/buildtest/masking.go
|
|
@@ -39,7 +39,7 @@ func RunBuildWithMasking(t *testing.T, c
|
|
|
|
buf.Finish()
|
|
|
|
- contents, err := buf.Bytes(0, math.MaxInt64)
|
|
+ contents, err := buf.Bytes(0, math.MaxInt32)
|
|
assert.NoError(t, err)
|
|
|
|
assert.NotContains(t, string(contents), "MASKED_KEY=MASKED_VALUE")
|