[commit: directory] master: Test cleaning fixes (571f32b)
Ian Lynagh
igloo at earth.li
Fri Jun 14 15:59:26 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/571f32b2a0af7404a8483af5b1791361c5528ab6
>---------------------------------------------------------------
commit 571f32b2a0af7404a8483af5b1791361c5528ab6
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Jun 13 23:15:11 2013 +0100
Test cleaning fixes
>---------------------------------------------------------------
tests/all.T | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index aa2634c..4efd688 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -11,8 +11,10 @@ test('getDirContents002', [ normalise_exe, exit_code(1) ],
# Depends on binary from previous run, which gets removed by the driver way=ghci
test('getPermissions001', omit_ways(['ghci']), compile_and_run, ['-cpp'])
-test('copyFile001', extra_clean(['copyFile/target']), compile_and_run, [''])
-test('copyFile002', extra_clean(['copyFile/target']), compile_and_run, [''])
+test('copyFile001', extra_clean(['copyFile001dir/target']),
+ compile_and_run, [''])
+test('copyFile002', extra_clean(['copyFile002dir/target']),
+ compile_and_run, [''])
test('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']),
compile_and_run, [''])
More information about the ghc-commits
mailing list