From 4802d158ef9f040cd3ed205c672e9bd66c031e3d Mon Sep 17 00:00:00 2001 From: jilles Date: Fri, 2 Jul 2010 21:31:24 +0000 Subject: 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. --- tools/regression/bin/sh/expansion/arith2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/regression/bin/sh/expansion/arith2.0 b/tools/regression/bin/sh/expansion/arith2.0 index 3e4bb2f..95b48a0 100644 --- a/tools/regression/bin/sh/expansion/arith2.0 +++ b/tools/regression/bin/sh/expansion/arith2.0 @@ -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)) -- cgit v1.1