Author: brd (doc committer) Date: Sat Feb 14 18:22:31 2015 New Revision: 278767 URL: https://svnweb.freebsd.org/changeset/base/278767
Log: Remove an extra curly bracket that was causing intermittent failures. PR: 197612 Submitted by: Robert O'Niel <[email protected]> Approved by: will Modified: head/usr.sbin/pw/tests/pw_usernext.sh Modified: head/usr.sbin/pw/tests/pw_usernext.sh ============================================================================== --- head/usr.sbin/pw/tests/pw_usernext.sh Sat Feb 14 18:15:14 2015 (r278766) +++ head/usr.sbin/pw/tests/pw_usernext.sh Sat Feb 14 18:22:31 2015 (r278767) @@ -32,7 +32,7 @@ usernext_assigned_group_body() { atf_check -s exit:0 ${PW} useradd -n test$var0 -g 0 var0=`expr $var0 + 1` done - atf_check -s exit:0 -o match:"100${LIMIT}:1001}" \ + atf_check -s exit:0 -o match:"100${LIMIT}:1001" \ ${PW} usernext } _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
