diff options
| author | Christian Jullien <jullien@openbsd.eligis.com> | 2016-10-15 14:59:52 +0200 |
|---|---|---|
| committer | Christian Jullien <jullien@openbsd.eligis.com> | 2016-10-15 14:59:52 +0200 |
| commit | 70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79 (patch) | |
| tree | 2e751c15bec3dc1c3a0d73f74013d211bec9a54f /tests | |
| parent | 36759ddacf3856599873f7c181c7e01c3a8d5f1f (diff) | |
| download | tinycc-70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79.tar.gz tinycc-70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79.tar.bz2 | |
OpenBSD does not support -v option in rm command.
Diffstat (limited to 'tests')
| -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:" |
