summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8526
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-13 12:02:32 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-14 03:46:07 -0600
commit0da3ef2d1c16273bb47e442ecadda23dfe03e7e9 (patch)
treebd2151ec79a95341908a3dae26f002303835b91b /testsuite/tests/driver/T8526
parent8eae72598b9f9c56acb15e66f806c3572f71bbcb (diff)
downloadhaskell-0da3ef2d1c16273bb47e442ecadda23dfe03e7e9.tar.gz
Fix T8526 on Windows
The shell interpretes the quotes incorrectly. Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/driver/T8526')
-rw-r--r--testsuite/tests/driver/T8526/T8526.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/driver/T8526/T8526.script b/testsuite/tests/driver/T8526/T8526.script
index 4c9fce592b..d4a24346e7 100644
--- a/testsuite/tests/driver/T8526/T8526.script
+++ b/testsuite/tests/driver/T8526/T8526.script
@@ -1,10 +1,10 @@
:set -fforce-recomp
:set -v1
-:! echo 'a = True' > A.inc
+:! echo a = True > A.inc
:load A
a
-:! echo 'a = False' > A.inc
+:! echo a = False > A.inc
:reload
a