Lines Matching full:current
10 CURRENT=`${PW} usernext | sed -e 's/:.*//'`
12 MAX=`expr ${CURRENT} + ${RANDOM}`
13 while [ "${CURRENT}" -lt "${MAX}" ]
15 atf_check -s exit:0 ${PW} useradd test${CURRENT}
16 CURRENT=`expr ${CURRENT} + 1`
18 atf_check -s exit:0 -o match:"${CURRENT}:${CURRENT}" \
28 CURRENT=`${PW} usernext | sed -e 's/:.*//'`
31 MAX=`expr ${CURRENT} + ${RANDOM}`
32 while [ "${CURRENT}" -lt "${MAX}" ]
34 atf_check -s exit:0 ${PW} useradd -n test${CURRENT} -g 0
35 CURRENT=`expr ${CURRENT} + 1`
37 atf_check -s exit:0 -o match:"${CURRENT}:${CURRENTGID}" \