Home
last modified time | relevance | path

Searched refs:guniondev (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/geom/class/union/
H A Dunion_test.sh47 guniondev="${upperdev}-${lowerdev}.union"
48 atf_check -o inline:"/dev/${guniondev}\n" ls "/dev/${guniondev}"
49 atf_check -o ignore fsck -p -f "/dev/${guniondev}"
51 atf_check gunion destroy "$guniondev"
52 atf_check -s not-exit:0 -o ignore -e ignore ls "/dev/${guniondev}"
82 guniondev="${upperdev}-${lowerdev}.union"
85 mount "/dev/${guniondev}" gunionmnt
92 gunion destroy "$guniondev"
125 guniondev="${upperdev}-${lowerdev}.union"
126 mount "/dev/${guniondev}" gunionmnt
[all …]