xref: /netbsd-src/tests/usr.bin/config/d_postponed_orphan (revision 28604916d4405d94c855cf455ac3ac6fee06a908)
1*28604916Sjruohoinclude "arch/regress/conf/std.regress"
2*28604916Sjruoho
3*28604916Sjruohomaxusers 4
4*28604916Sjruoho
5*28604916Sjruohofile-system	REGRESSFS
6*28604916Sjruoho
7*28604916Sjruohomaster0		at root
8*28604916Sjruoho
9*28604916Sjruohoparenti*	at master?
10*28604916Sjruoho
11*28604916Sjruoho# Here, parenti is negated before the child* instance is declared.  That
12*28604916Sjruoho# means the child* instance does not qualify as an explicit orphan and
13*28604916Sjruoho# therefore should _not_ be ignored.
14*28604916Sjruoho#
15*28604916Sjruoho# config(1) should error out on that config file.
16*28604916Sjruoho
17*28604916Sjruohono parenti
18*28604916Sjruoho
19*28604916Sjruohochild*		at parenti?
20*28604916Sjruoho
21*28604916Sjruohoconfig regress root on ?
22