From 33999dc60a3c3eaf580ce7e190e2850fae191ef2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 13 Jan 1999 23:38:01 +0000 Subject: [PATCH] Be quite about deleting data symlink --- tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index a120e1434d..2c8adfc82d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -13,6 +13,6 @@ clean-local: FORCE $(RM) test-db/[!C]* test-repl/[!C]* *core veryclean-local: FORCE - $(RM) data + $(RM) -f data $(RM) -r test-db test-repl -- 2.39.5