Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/nfs/nfsservice fix TESTSDIR



details:   https://anonhg.NetBSD.org/src/rev/1a1a01ca4e55
branches:  trunk
changeset: 756624:1a1a01ca4e55
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 26 16:17:21 2010 +0000

description:
fix TESTSDIR

diffstat:

 tests/fs/nfs/nfsservice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r cb909e2bd142 -r 1a1a01ca4e55 tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Mon Jul 26 16:15:49 2010 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Mon Jul 26 16:17:21 2010 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2010/07/26 15:53:00 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2010/07/26 16:17:21 pooka Exp $
 #
 
 NOMAN= 1
 .include <bsd.own.mk>
 
-TESTSDIR=       ${TESTSBASE}/nfs/nfsservice
+TESTSDIR=       ${TESTSBASE}/fs/nfs/nfsservice
 ATFFILE=       no
 
 VFSTESTDIR != cd ${.CURDIR}/../../common && ${PRINTOBJDIR}



Home | Main Index | Thread Index | Old Index