From 77fc7fb1e5c40326fe474d77076f0cb55fed7858 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 14 May 2017 08:53:32 +0200 Subject: [PATCH 1/1] regress: improve make clean --- regress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/Makefile b/regress/Makefile index 68a0b27b12..fc6c5712a1 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -54,7 +54,7 @@ root_test: clean: scripts/cleanup rm -f tmp/file-list - rm -fr tmp/* working/* dumps/* Testing + rm -fr tmp/* tmp2/* working/* dumps/* Testing rm -f test.out rm -f diff rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3 -- 2.39.2