mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue