From 69df4a425d2289e18ce12aa7d617271c6228abb8 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 14 Feb 2015 18:22:31 +0000 Subject: Remove an extra curly bracket that was causing intermittent failures. PR: 197612 Submitted by: Robert O'Niel Approved by: will --- pw/tests/pw_usernext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pw/tests') 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 } -- cgit v1.2.3