From 477a03dcae94ca5df6165dd1465718252e52698f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 23 Sep 2005 18:34:53 +0000 Subject: - Fix the test suite so that directories leftover from a previously interrupted test won't cause a test to fail. --- test/conflicts.test | 1 + 1 file changed, 1 insertion(+) (limited to 'test/conflicts.test') diff --git a/test/conflicts.test b/test/conflicts.test index 2188bfc..bc8b600 100644 --- a/test/conflicts.test +++ b/test/conflicts.test @@ -2,6 +2,7 @@ This test case creates a patch and then applies that patch to a modified source file. The source file is modified until the patch doesn't apply anymore, then the patch is fixed. + $ rm -rf d $ mkdir -p d/patches $ cd d -- cgit