svn commit: r204016 - head/tools/regression/bin/sh/expansion
Jilles Tjoelker
jilles at FreeBSD.org
Wed Feb 17 22:22:21 UTC 2010
Author: jilles
Date: Wed Feb 17 22:22:20 2010
New Revision: 204016
URL: http://svn.freebsd.org/changeset/base/204016
Log:
sh: arith: Test an octal constant as well.
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 Wed Feb 17 22:10:47 2010 (r204015)
+++ head/tools/regression/bin/sh/expansion/arith2.0 Wed Feb 17 22:22:20 2010 (r204016)
@@ -22,6 +22,7 @@ check "4611686018427387904" 461168601842
check "0x4000000000000000" 4611686018427387904
check "0400000000000000000000" 4611686018427387904
check "0x4Ab0000000000000" 5381801554707742720
+check "010" 8
# try out all operators
v=42
More information about the svn-src-head
mailing list