Add a regression test for PR#34111.
This commit is contained in:
parent
71af9028c9
commit
f646b59f80
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.5 2005/12/18 19:44:07 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/08/07 12:05:06 cube Exp $
|
||||
|
||||
# Those configurations only have to be understood by config(1) without
|
||||
# errors.
|
||||
|
||||
SIMPLE_SUCCESS= SHADOW_INSTANCE LOOP LOOP2 PSEUDO_PARENT
|
||||
SIMPLE_FAILURE= POSTPONED_ORPHAN
|
||||
SIMPLE_FAILURE= POSTPONED_ORPHAN NO_PSEUDO
|
||||
|
||||
SIMPLE= ${SIMPLE_SUCCESS} ${SIMPLE_FAILURE}
|
||||
|
||||
|
14
regress/usr.bin/config/NO_PSEUDO
Normal file
14
regress/usr.bin/config/NO_PSEUDO
Normal file
@ -0,0 +1,14 @@
|
||||
include "arch/regress/conf/std.regress"
|
||||
|
||||
maxusers 4
|
||||
|
||||
file-system REGRESSFS
|
||||
|
||||
master0 at root
|
||||
|
||||
# Simply negating a pseudo-device should yield an error.
|
||||
|
||||
pseudo-device pseudodev
|
||||
no pseudodev
|
||||
|
||||
config regress root on ?
|
Loading…
x
Reference in New Issue
Block a user