From 58f45c4ce6b06f024029845ca7bd1b606ff6a555 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 20 Jul 2010 15:09:32 +0000 Subject: [PATCH] common cannot be a TESTS_SUBDIR, since one of those without a test behind it confuses atf-run. change to SUBDIR as hinted by jmmv. --- tests/fs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/fs/Makefile b/tests/fs/Makefile index 86fbfbafbb86..ac85abf82e07 100644 --- a/tests/fs/Makefile +++ b/tests/fs/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.16 2010/07/19 16:09:07 pooka Exp $ +# $NetBSD: Makefile,v 1.17 2010/07/20 15:09:32 pooka Exp $ .include TESTSDIR= ${TESTSBASE}/fs -TESTS_SUBDIRS+= common .WAIT ffs kernfs lfs msdosfs nullfs psshfs ptyfs puffs +SUBDIR+= common .WAIT + +TESTS_SUBDIRS+= ffs kernfs lfs msdosfs nullfs psshfs ptyfs puffs TESTS_SUBDIRS+= tmpfs umapfs union TESTS_SUBDIRS+= vfs