svn commit: r212189 - stable/8/tools/regression/bin/sh/expansion

Jilles Tjoelker jilles at FreeBSD.org
Fri Sep 3 21:59:12 UTC 2010


Author: jilles
Date: Fri Sep  3 21:59:12 2010
New Revision: 212189
URL: http://svn.freebsd.org/changeset/base/212189

Log:
  MFC r209652: sh: Remove comment that the comma operator is missing
  in arithmetic expansion.
  
  The comma operator is not listed in POSIX.1-2008 XCU 1.1.2.1 Arithmetic
  Precision and Operations (referenced by XCU 2.6.4 Arithmetic Expansion) and
  is therefore not required.

Modified:
  stable/8/tools/regression/bin/sh/expansion/arith2.0
Directory Properties:
  stable/8/tools/regression/bin/sh/   (props changed)

Modified: stable/8/tools/regression/bin/sh/expansion/arith2.0
==============================================================================
--- stable/8/tools/regression/bin/sh/expansion/arith2.0	Fri Sep  3 21:51:38 2010	(r212188)
+++ stable/8/tools/regression/bin/sh/expansion/arith2.0	Fri Sep  3 21:59:12 2010	(r212189)
@@ -72,6 +72,6 @@ check "v" 10
 check "(v=42)&&(v|=32)==42" 1
 check "v" 42
 
-# missing: ternary, comma
+# missing: ternary
 
 exit $((failures != 0))


More information about the svn-src-all mailing list