Turn a test precondition into a skip in the mdconfig tests.
authorjmmv <jmmv@FreeBSD.org>
Wed, 12 Mar 2014 10:42:58 +0000 (10:42 +0000)
committerjmmv <jmmv@FreeBSD.org>
Wed, 12 Mar 2014 10:42:58 +0000 (10:42 +0000)
commit273f6bdcc9731d0fc968f43b20fc3571852d0b3c
tree55c3de18d2bc3656601b02a641ecbdbd9bf50f17
parent142e11049ea5932e42f35c24a7d81e86028e9113
Turn a test precondition into a skip in the mdconfig tests.

Tests that cannot be run because a precondition is not met should be
marked as skipped, not failed.  Do this for the tests in mdconfig that
first check if the caller user is root.
tools/regression/sbin/mdconfig/00.t