From cfc7894f8c65dc955fb99ecbc0278d8995958e99 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 14 Nov 2008 10:41:13 +0000 Subject: [PATCH] add some extra_cleans --- tests/all.T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/all.T b/tests/all.T index 217eeb3..975e128 100644 --- a/tests/all.T +++ b/tests/all.T @@ -8,8 +8,8 @@ test('getDirContents001', omit_ways(['ghci']), compile_and_run, ['-fno-gen-manif # 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', normal, compile_and_run, ['']) -test('copyFile002', normal, compile_and_run, ['']) +test('copyFile001', extra_clean(['copyFile/target']), compile_and_run, ['']) +test('copyFile002', extra_clean(['copyFile/target']), compile_and_run, ['']) test('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']), compile_and_run, ['']) -- 1.7.10.4