From 80fcb5d370cf852c06beef2ad10204c3cecd42d4 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Fri, 24 Mar 2006 05:14:49 +0000 Subject: Allow the -x flag to be used without an extension. ``that makes sense'' xsa@ --- regress/usr.bin/rcs/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'regress/usr.bin/rcs') 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 . # ksh -> Makefile by Ray Lai . @@ -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 -- cgit v1.2.3