summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-02-05 20:15:24 +0000
committertobias <tobias@openbsd.org>2008-02-05 20:15:24 +0000
commit75b29ef6f3200e90537dbe44649deb70fc4baae5 (patch)
tree7176dc3982758efde96c4a16f8940765a8f23865
parentdrm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. (diff)
downloadwireguard-openbsd-75b29ef6f3200e90537dbe44649deb70fc4baae5.tar.xz
wireguard-openbsd-75b29ef6f3200e90537dbe44649deb70fc4baae5.zip
Tag expansion can be pure evil...
-rw-r--r--regress/usr.bin/cvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/cvs/Makefile b/regress/usr.bin/cvs/Makefile
index 4b38b64fc2a..900619b8577 100644
--- a/regress/usr.bin/cvs/Makefile
+++ b/regress/usr.bin/cvs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2008/02/05 18:40:43 tobias Exp $
+# $OpenBSD: Makefile,v 1.18 2008/02/05 20:15:24 tobias Exp $
# Regression tests by Niall O'Higgins <niallo@openbsd.org> and
# Tobias Stoeckmann <tobias@openbsd.org>.
@@ -107,7 +107,7 @@ test-cvs-checkout-kflag-k-rflag-HEAD:
@test -f ${.OBJDIR}/regress_cvs_wcopy/seed/seed1.txt;
@eval 'test `grep -c -e THEAD -e -kkv \
${.OBJDIR}/regress_cvs_wcopy/seed/CVS/Entries | wc -l` -eq 1'
- @eval 'test `grep -c $Id: Makefile,v 1.17 2008/02/05 18:40:43 tobias Exp $ \
+ @eval 'test `grep -c Id$ \
${.OBJDIR}/regress_cvs_wcopy/seed/seed1.txt | wc -l` -eq 1'
test-cvs-checkout-kflag-kv-rflag-1.1: