summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/dyn/all.T
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-07 15:59:15 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-07 23:26:03 +0200
commit4d5b2f6ae20810632f8a6e7f01745808bb8af1c0 (patch)
tree01eb6ef46cdb031415afa0501b8e88c04ff4b762 /testsuite/tests/ghci/linking/dyn/all.T
parent00e3a5d723a6182faab4737478fb18599316e2c1 (diff)
downloadhaskell-4d5b2f6ae20810632f8a6e7f01745808bb8af1c0.tar.gz
Testsuite driver: always quote opts.testdir
This makes sure the testsuite keeps working when testdir contains backward slashes. Differential Revision: https://phabricator.haskell.org/D2314
Diffstat (limited to 'testsuite/tests/ghci/linking/dyn/all.T')
-rw-r--r--testsuite/tests/ghci/linking/dyn/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/dyn/all.T b/testsuite/tests/ghci/linking/dyn/all.T
index b8ef670830..94ebdc9e98 100644
--- a/testsuite/tests/ghci/linking/dyn/all.T
+++ b/testsuite/tests/ghci/linking/dyn/all.T
@@ -8,7 +8,7 @@ test('T1407',
[unless(doing_ghci, skip),
extra_clean(['T1407dir/libAS.*']),
pre_cmd('$MAKE -s --no-print-directory compile_libT1407'),
- extra_hc_opts('-L$PWD/T1407dir')],
+ extra_hc_opts('-L"$PWD/T1407dir"')],
run_command, ['$MAKE --no-print-directory -s T1407'])
test('T3242',
@@ -32,7 +32,7 @@ test('T10458',
[unless(doing_ghci, skip),
extra_clean(['T10458dir/libAS.*']),
pre_cmd('$MAKE -s --no-print-directory compile_libT10458'),
- extra_hc_opts('-L$PWD/T10458dir -lAS')],
+ extra_hc_opts('-L"$PWD/T10458dir" -lAS')],
ghci_script, ['T10458.script'])
test('T11072gcc',