summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/all.T
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-11-22 14:30:21 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-29 03:11:25 -0500
commitdef47dd32491311289bff26230b664c895f178cc (patch)
tree7760f6da18a05b0f147b7e8ef405234edc69c91c /testsuite/tests/unboxedsums/all.T
parentab23dc5e04a79f160e22869cbf604b59e885fd30 (diff)
downloadhaskell-def47dd32491311289bff26230b664c895f178cc.tar.gz
testsuite: Don't use grep -q in unpack_sums_7
`grep -q` closes stdin as soon as it finds the pattern it is looking for, resulting in #22484.
Diffstat (limited to 'testsuite/tests/unboxedsums/all.T')
-rw-r--r--testsuite/tests/unboxedsums/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T
index 7327dbcfec..66ee686975 100644
--- a/testsuite/tests/unboxedsums/all.T
+++ b/testsuite/tests/unboxedsums/all.T
@@ -46,7 +46,7 @@ test('unpack_sums_3', normal, compile_and_run, ['-O'])
test('unpack_sums_4', normal, compile_and_run, ['-O'])
test('unpack_sums_5', normal, compile, ['-O'])
test('unpack_sums_6', fragile(22504), compile_and_run, ['-O'])
-test('unpack_sums_7', [], makefile_test, [])
+test('unpack_sums_7', normal, makefile_test, [])
test('unpack_sums_8', normal, compile_and_run, [""])
test('unpack_sums_9', normal, compile, [""])