diff options
author | Greg Steuck <greg@nest.cx> | 2021-12-25 15:56:32 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-26 22:12:43 -0500 |
commit | 3219610e3ba6cb6a5cd1f4e32e2b4befea5bd384 (patch) | |
tree | f2cc4d8db061839085bb3149212431b6d8aec18b /testsuite/tests | |
parent | e6191d39680351bc69dfb379386c4c5273971030 (diff) | |
download | haskell-3219610e3ba6cb6a5cd1f4e32e2b4befea5bd384.tar.gz |
Use POSIX-compliant egrep expression to fix T8832 on OpenBSD
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/Makefile b/testsuite/tests/simplCore/should_compile/Makefile index 9d721e44e9..42993eb11d 100644 --- a/testsuite/tests/simplCore/should_compile/Makefile +++ b/testsuite/tests/simplCore/should_compile/Makefile @@ -66,7 +66,7 @@ T13367: T8832: $(RM) -f T8832.o T8832.hi - '$(TEST_HC)' $(TEST_HC_OPTS) $(T8832_WORDSIZE_OPTS) -O -c -ddump-simpl -dsuppress-ticks T8832.hs | grep '^[a-zA-Z0-9]\+ =' + '$(TEST_HC)' $(TEST_HC_OPTS) $(T8832_WORDSIZE_OPTS) -O -c -ddump-simpl -dsuppress-ticks T8832.hs | egrep '^[a-zA-Z0-9]+ =' T12603: $(RM) -f T12603.o T12603.hi |