Author: bapt
Date: Tue Oct 28 15:33:15 2014
New Revision: 273786
URL: https://svnweb.freebsd.org/changeset/base/273786
Log:
Fix atf syntax
Modified:
head/usr.sbin/pw/tests/pw_delete.sh
Modified: head/usr.sbin/pw/tests/pw_delete.sh
==============================================================================
--- head/usr.sbin/pw/tests/pw_delete.sh Tue Oct 28 15:30:33 2014
(r273785)
+++ head/usr.sbin/pw/tests/pw_delete.sh Tue Oct 28 15:33:15 2014
(r273786)
@@ -27,7 +27,7 @@ group_do_not_delete_wheel_if_group_unkow
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() {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"