summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-14 20:03:34 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-14 20:03:34 +0100
commitda80f8e966bb2f73381de9f3c77eb156cc7a7a7d (patch)
treefe3a738a6ea44ddd22d31a989f7de21ce83a5794 /testsuite/tests/ghci/scripts
parent133b500cd07df3cb2f09ff457238aedab9cb46a8 (diff)
downloadhaskell-da80f8e966bb2f73381de9f3c77eb156cc7a7a7d.tar.gz
Fix some testsuite cleaning; part of #7941
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index a1f770f854..a6cbca98f3 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -77,7 +77,7 @@ test('ghci056',
[
pre_cmd('$MAKE -s --no-print-directory ghci056_setup'),
extra_run_opts('ghci056_c.o'),
- extra_clean('ghci056_c.o')
+ extra_clean(['ghci056_c.o'])
],
ghci_script, ['ghci056.script'])