svn commit: r209652 - head/tools/regression/bin/sh/expansion

Jilles Tjoelker jilles at FreeBSD.org
Fri Jul 2 21:31:24 UTC 2010


Author: jilles
Date: Fri Jul  2 21:31:24 2010
New Revision: 209652
URL: http://svn.freebsd.org/changeset/base/209652

Log:
  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:
  head/tools/regression/bin/sh/expansion/arith2.0

Modified: head/tools/regression/bin/sh/expansion/arith2.0
==============================================================================
--- head/tools/regression/bin/sh/expansion/arith2.0	Fri Jul  2 20:56:22 2010	(r209651)
+++ head/tools/regression/bin/sh/expansion/arith2.0	Fri Jul  2 21:31:24 2010	(r209652)
@@ -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