summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-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