diff options
author | 2006-03-16 03:54:43 +0000 | |
---|---|---|
committer | 2006-03-16 03:54:43 +0000 | |
commit | 59cb77366b80f5ee4c042a9d4c9c6114f2626df7 (patch) | |
tree | bad884b9e8efc5da51a28e6ca8ca9ae7d6e9cff9 | |
parent | Simplify rcs_statfile() by having it call rcs_choosefile(). (diff) | |
download | wireguard-openbsd-59cb77366b80f5ee4c042a9d4c9c6114f2626df7.tar.xz wireguard-openbsd-59cb77366b80f5ee4c042a9d4c9c6114f2626df7.zip |
Quiet, please.
``sure.'' xsa and ``Yup, thats cool.'' niallo
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile index 1298829d672..2fdc1f0f32e 100644 --- a/regress/usr.bin/rcs/Makefile +++ b/regress/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/03/15 02:36:46 ray Exp $ +# $OpenBSD: Makefile,v 1.6 2006/03/16 03:54:43 ray Exp $ # Regression tests by Niall O'Higgins <niallo@openbsd.org>. # ksh -> Makefile by Ray Lai <ray@cyth.net>. @@ -189,14 +189,14 @@ test-ci-xflag: @mkdir -p RCS @rm -rf RCS/file* @touch file - @echo . | ${CI} -x,abcd/,v file + @echo . | ${CI} -q -x,abcd/,v file @test -e RCS/file,abcd @test ! -e RCS/file,v @mv -f RCS/file,abcd RCS/file,v - @${CO} -l file + @${CO} -q -l file @echo revision >> file - @echo . | ${CI} -x,abcd/,v/xyz file + @echo . | ${CI} -q -x,abcd/,v/xyz file @test ! -e RCS/file,abcd @fgrep -q revision RCS/file,v @test ! -e RCS/filexyz @@ -204,7 +204,7 @@ test-ci-xflag: @# XXX - Coming soon @#touch file @#echo more >> file - @#${CI} -x file + @#${CI} -q -x file @#fgrep -q more RCS/file test-comma: |