Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 18:22:32 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278767 - head/usr.sbin/pw/tests
Message-ID:  <201502141822.t1EIMWMu099158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc committer)
Date: Sat Feb 14 18:22:31 2015
New Revision: 278767
URL: https://svnweb.freebsd.org/changeset/base/278767

Log:
  Remove an extra curly bracket that was causing intermittent failures.
  
  PR:		197612
  Submitted by:	Robert O'Niel <oneil.rs@gmail.com>
  Approved by:	will

Modified:
  head/usr.sbin/pw/tests/pw_usernext.sh

Modified: head/usr.sbin/pw/tests/pw_usernext.sh
==============================================================================
--- head/usr.sbin/pw/tests/pw_usernext.sh	Sat Feb 14 18:15:14 2015	(r278766)
+++ head/usr.sbin/pw/tests/pw_usernext.sh	Sat Feb 14 18:22:31 2015	(r278767)
@@ -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
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141822.t1EIMWMu099158>