summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2008-01-10 09:39:33 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2008-01-10 09:39:33 +0000
commit6f6131c147f71ea44b9fd37a07ed33e84a95b0fc (patch)
tree8f7eb6f2fcd2c5fa7177da751c58a3783dd0aae9 /regress/usr.bin
parentac6fcbbef14bd3e4ade42734955fce5a4605ecd7 (diff)
Slap in -b support for tag command. It was missing for a full regress test
as of now.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/cvs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/usr.bin/cvs/Makefile b/regress/usr.bin/cvs/Makefile
index 6e0fca86bee..024e5c9e623 100644
--- a/regress/usr.bin/cvs/Makefile
+++ b/regress/usr.bin/cvs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2008/01/06 14:45:50 tobias Exp $
+# $OpenBSD: Makefile,v 1.7 2008/01/10 09:39:32 tobias Exp $
# Regression tests by Niall O'Higgins <niallo@openbsd.org> and
# Tobias Stoeckmann <tobias@openbsd.org>.
@@ -189,10 +189,9 @@ test-cvs-tag:
@grep FIRST_TAG ${.OBJDIR}/regress_cvs_root/seed/seed1.txt,v \
> /dev/null
-# Does not work with OpenCVS, but we need it for further tests _now_.
test-cvs-tag-branch:
@cd ${.OBJDIR}/regress_cvs_wcopy/seed; \
- cvs -Q tag -b FIRST_BRANCH > /dev/null
+ ${CVS} -Q tag -b FIRST_BRANCH > /dev/null
@grep FIRST_BRANCH ${.OBJDIR}/regress_cvs_root/seed/seed1.txt,v \
> /dev/null