summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-03 12:06:55 -0400
committerBen Gamari <ben@smart-cactus.org>2019-10-03 12:08:39 -0400
commit7ec1f83d7c67d27c1a1160dc59abe105d777f6a3 (patch)
treeacb721c002b1cfe6f2668d2759532560c69e525b
parent217835faaf6d099deffc5afdb2abaf6dc77ba476 (diff)
downloadhaskell-wip/fix-T12674.tar.gz
testsuite: Fix quoting of $(TEST_HC) in T12674wip/fix-T12674
I have no idea how this went unnoticed until now.
-rw-r--r--testsuite/tests/driver/T12674/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/driver/T12674/Makefile b/testsuite/tests/driver/T12674/Makefile
index 81ac0e67cf..d73d0b40b7 100644
--- a/testsuite/tests/driver/T12674/Makefile
+++ b/testsuite/tests/driver/T12674/Makefile
@@ -4,10 +4,10 @@ include $(TOP)/mk/test.mk
# Uses Makefile to ensure that the testsuite driver doesn't normalize away the ./
T12674:
- $(TEST_HC) $(TEST_HC_OPTS) -v0 -o T12674 ./-T12674.hs ././-T12674c.c
+ "$(TEST_HC)" $(TEST_HC_OPTS) -v0 -o T12674 ./-T12674.hs ././-T12674c.c
./T12674
T12674w:
- $(TEST_HC) $(TEST_HC_OPTS) -v0 -o T12674 .\\\-T12674.hs .\\\.\\\-T12674c.c
+ "$(TEST_HC)" $(TEST_HC_OPTS) -v0 -o T12674 .\\\-T12674.hs .\\\.\\\-T12674c.c
./T12674