OpenBSD does not support -v option in rm command.

This commit is contained in:
Christian Jullien
2016-10-15 14:59:52 +02:00
parent 36759ddacf
commit 70dec93f2b
2 changed files with 3 additions and 3 deletions

View File

@ -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:"