Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.sbin Fix directories



details:   https://anonhg.NetBSD.org/src/rev/85dc34255354
branches:  trunk
changeset: 935091:85dc34255354
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jun 24 14:48:47 2020 +0000

description:
Fix directories

diffstat:

 tests/usr.sbin/stdethers/Makefile |  4 ++--
 tests/usr.sbin/stdhosts/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 16992fecabd7 -r 85dc34255354 tests/usr.sbin/stdethers/Makefile
--- a/tests/usr.sbin/stdethers/Makefile Wed Jun 24 14:44:44 2020 +0000
+++ b/tests/usr.sbin/stdethers/Makefile Wed Jun 24 14:48:47 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/06/24 09:47:18 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
 
 .include <bsd.own.mk>
 
-TESTSDIR=      ${TESTSBASE}/usr.sbin/t_stdethers
+TESTSDIR=      ${TESTSBASE}/usr.sbin/stdethers
 
 TESTS_SH=      t_stdethers
 
diff -r 16992fecabd7 -r 85dc34255354 tests/usr.sbin/stdhosts/Makefile
--- a/tests/usr.sbin/stdhosts/Makefile  Wed Jun 24 14:44:44 2020 +0000
+++ b/tests/usr.sbin/stdhosts/Makefile  Wed Jun 24 14:48:47 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/06/24 09:47:18 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
 
 .include <bsd.own.mk>
 
-TESTSDIR=      ${TESTSBASE}/usr.sbin/t_stdhosts
+TESTSDIR=      ${TESTSBASE}/usr.sbin/stdhosts
 
 TESTS_SH=      t_stdhosts
 



Home | Main Index | Thread Index | Old Index