Module Name: src Committed By: kre Date: Fri Jun 2 01:50:48 UTC 2017
Modified Files: src/tests/bin/sh: t_arith.sh Log Message: Add a new test case "nested_arith" (that is, things like $(( 1 + $(( 2 )) )) which will currently fail (some of the sub-tests, but this one stops on first failure, so the test simply fails.) This will be corrected later today. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/bin/sh/t_arith.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.