diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-17 15:52:19 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-17 15:52:19 +0000 |
commit | 71b26575d791198e9a3efbd9ee9c197328da552d (patch) | |
tree | bf3ba4943abd4b7228866bf1331ce4de2004280b /regress/usr.bin | |
parent | 652a684a87077ad142ba5f1792f494954c34179e (diff) |
quiet a bit more test-rcs-iflag;
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile index aedbecde661..8860c780c93 100644 --- a/regress/usr.bin/rcs/Makefile +++ b/regress/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2006/04/17 12:03:19 ray Exp $ +# $OpenBSD: Makefile,v 1.21 2006/04/17 15:52:18 xsa Exp $ # Regression tests by Niall O'Higgins <niallo@openbsd.org>. # ksh -> Makefile by Ray Lai <ray@cyth.net>. @@ -467,7 +467,7 @@ test-rcs-iflag: clean @test -f file @test ! -s file @rm -f file - @${CO} -l file + @${CO} -q -l file @echo text >> file @${CI} -q file @fgrep -q 1.1 RCS/file,v |