Apparently the atf in the qemu runs doesn't like p2k_ffs and hangs
completely. Remove it for until I have a chance to debug what's going on.
This commit is contained in:
parent
e9d1107acf
commit
dac028c1ff
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: h_fsmacros.h,v 1.31 2011/01/07 12:16:17 pooka Exp $ */
|
||||
/* $NetBSD: h_fsmacros.h,v 1.32 2011/01/07 19:54:48 pooka Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
@ -176,7 +176,6 @@ do { \
|
||||
ATF_TC_FSADD(lfs,MOUNT_LFS,func,desc) \
|
||||
ATF_TC_FSADD(msdosfs,MOUNT_MSDOS,func,desc) \
|
||||
ATF_TC_FSADD(nfs,MOUNT_NFS,func,desc) \
|
||||
ATF_TC_FSADD(p2k_ffs,MOUNT_PUFFS,func,desc) \
|
||||
ATF_TC_FSADD(puffs,MOUNT_PUFFS,func,desc) \
|
||||
ATF_TC_FSADD(rumpfs,MOUNT_RUMPFS,func,desc) \
|
||||
ATF_TC_FSADD(sysvbfs,MOUNT_SYSVBFS,func,desc) \
|
||||
@ -189,7 +188,6 @@ do { \
|
||||
ATF_TP_FSADD(lfs,func); \
|
||||
ATF_TP_FSADD(msdosfs,func); \
|
||||
ATF_TP_FSADD(nfs,func); \
|
||||
ATF_TP_FSADD(p2k_ffs,func); \
|
||||
ATF_TP_FSADD(puffs,func); \
|
||||
ATF_TP_FSADD(rumpfs,func); \
|
||||
ATF_TP_FSADD(sysvbfs,func); \
|
||||
|
Loading…
Reference in New Issue
Block a user