Fix atf syntax

This commit is contained in:
Baptiste Daroussin 2014-10-28 15:33:15 +00:00
parent f7e91c288a
commit 3b640d6bfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273786

View File

@ -27,7 +27,7 @@ group_do_not_delete_wheel_if_group_unkown_body() {
populate_etc_skel
atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
atf_check -e inline:"pw: -g expects a number\n" -s exit:64 -x pw -V ${HOME} groupdel -g I_do_not_exist
atf_check -s exit:0 -o "wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
}
atf_init_test_cases() {