Home | History | Annotate | Line # | Download | only in config
      1 include "arch/regress/conf/std.regress"
      2 
      3 maxusers 4
      4 
      5 file-system 	REGRESSFS
      6 
      7 master0 	at root
      8 
      9 parenti* 	at master?
     10 parentii* 	at master?
     11 
     12 # The second child* instance (attaching at parentii) is useless: it will be
     13 # shadowed by the first one, which is semantically the same, from a parentii
     14 # device's point of view.
     15 #
     16 # The two child* instances are aliases, and at some point the orphan-checking
     17 # code skipped some aliases, in the shadowing situation and some others.
     18 #
     19 # This test should pass, the lines are valid, even though the second one is
     20 # useless.
     21 
     22 child* 	at hook?
     23 child* 	at parentii?
     24 
     25 config regress root on ?
     26