summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
Diffstat (limited to 'pw')
-rwxr-xr-xpw/tests/pw_usernext.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/tests/pw_usernext.sh b/pw/tests/pw_usernext.sh
index 1cdadee..ac9cae5 100755
--- a/pw/tests/pw_usernext.sh
+++ b/pw/tests/pw_usernext.sh
@@ -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
}