diff options
| author | 2008-02-07 16:16:57 +0000 | |
|---|---|---|
| committer | 2008-02-07 16:16:57 +0000 | |
| commit | 23f5403ea67d2025c12074561130a43aa5331d48 (patch) | |
| tree | 67b8c2c54d7b65b01b61e54d5ef04de4ee8a6cfd | |
| parent | Add the SIOCSIFMTU ioctl to allow ioctl changes; (diff) | |
| download | wireguard-openbsd-23f5403ea67d2025c12074561130a43aa5331d48.tar.xz wireguard-openbsd-23f5403ea67d2025c12074561130a43aa5331d48.zip | |
Don't use .cvsrc of user running regress tests.
OK xsa@
| -rw-r--r-- | regress/usr.bin/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/cvs/Makefile b/regress/usr.bin/cvs/Makefile index 900619b8577..4615251fc7e 100644 --- a/regress/usr.bin/cvs/Makefile +++ b/regress/usr.bin/cvs/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2008/02/05 20:15:24 tobias Exp $ +# $OpenBSD: Makefile,v 1.19 2008/02/07 16:16:57 tobias Exp $ # Regression tests by Niall O'Higgins <niallo@openbsd.org> and # Tobias Stoeckmann <tobias@openbsd.org>. # Based on OpenRCS regression framework. -CVS?= opencvs +CVS?= opencvs -f MYCVSROOT?= ${.OBJDIR}/regress_cvs_root CLEANFILES= regress_cvs_root regress_cvs_wcopy regress_cvs_stderr \ |
