Remove an extra curly bracket that was causing intermittent failures.

PR:		197612
Submitted by:	Robert O'Niel <oneil.rs@gmail.com>
Approved by:	will
This commit is contained in:
Brad Davis 2015-02-14 18:22:31 +00:00
parent 25792b116f
commit 270d667cd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278767

View File

@ -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
}