All of the generated tests require root, for rump_ffs. Spotted by

njoly@.
This commit is contained in:
riz 2011-01-05 03:04:13 +00:00
parent 89e455be4b
commit a44c3b6512
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ test_case()
local check_function="${1}"; shift
atf_test_case "${name}" cleanup
eval "${name}_head() { \
atf_set "require.user" "root" ; \
}"
eval "${name}_body() { \
${check_function} " "${@}" "; \
}"