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:
parent
25792b116f
commit
270d667cd2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user