diff options
Diffstat (limited to 'tests/pp')
| -rw-r--r-- | tests/pp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |
