diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-24 05:14:49 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-24 05:14:49 +0000 |
commit | 80fcb5d370cf852c06beef2ad10204c3cecd42d4 (patch) | |
tree | 7554f8bb91dd856c693d86ab2b2822d084127d18 /regress | |
parent | 2bf0aa5f5911d76099d160802d34f1a621efcde6 (diff) |
Allow the -x flag to be used without an extension.
``that makes sense'' xsa@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile index c1362bd005a..2f502c11ee7 100644 --- a/regress/usr.bin/rcs/Makefile +++ b/regress/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2006/03/23 03:18:29 ray Exp $ +# $OpenBSD: Makefile,v 1.10 2006/03/24 05:14:48 ray Exp $ # Regression tests by Niall O'Higgins <niallo@openbsd.org>. # ksh -> Makefile by Ray Lai <ray@cyth.net>. @@ -223,11 +223,10 @@ test-ci-xflag: @fgrep -q revision RCS/file,v @test ! -e RCS/filexyz - @# XXX - Coming soon - @#touch file - @#echo more >> file - @#${CI} -q -x file - @#fgrep -q more RCS/file + @touch file + @echo more >> file + @echo . | ${CI} -q -x file + @fgrep -q more RCS/file test-comma: @rm -rf RCS |