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/snapshot.test | 1 + 1 file changed, 1 insertion(+) (limited to 'test/snapshot.test') diff --git a/test/snapshot.test b/test/snapshot.test index 5acf487..f711066 100644 --- a/test/snapshot.test +++ b/test/snapshot.test @@ -1,3 +1,4 @@ + $ rm -rf d $ mkdir -p d/patches $ cd d -- cgit