diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-14 20:03:34 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-14 20:03:34 +0100 |
commit | da80f8e966bb2f73381de9f3c77eb156cc7a7a7d (patch) | |
tree | fe3a738a6ea44ddd22d31a989f7de21ce83a5794 /testsuite/tests/ghci/scripts | |
parent | 133b500cd07df3cb2f09ff457238aedab9cb46a8 (diff) | |
download | haskell-da80f8e966bb2f73381de9f3c77eb156cc7a7a7d.tar.gz |
Fix some testsuite cleaning; part of #7941
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
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']) |