From 70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Sat, 15 Oct 2016 14:59:52 +0200 Subject: OpenBSD does not support -v option in rm command. --- tests/pp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pp/Makefile') diff --git a/tests/pp/Makefile b/tests/pp/Makefile index 5fe3f9a..4a77035 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -38,7 +38,7 @@ DIFF_OPTS = -Nu -b -B -I "^\#" .PRECIOUS: %.expect clean: - rm -vf *.output + rm -f *.output 02.test : DIFF_OPTS += -w 15.test : DIFF_OPTS += -I"^XXX:" -- cgit v1.3.1