diff options
Diffstat (limited to 'bin/cash/tests/expansion/arith8.0')
-rw-r--r-- | bin/cash/tests/expansion/arith8.0 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/cash/tests/expansion/arith8.0 b/bin/cash/tests/expansion/arith8.0 deleted file mode 100644 index 31a7306c..00000000 --- a/bin/cash/tests/expansion/arith8.0 +++ /dev/null @@ -1,4 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/expansion/arith8.0 216547 2010-12-18 23:03:51Z jilles $ - -v=$( (eval ': $((08))') 2>&1 >/dev/null) -[ $? -ne 0 ] && [ -n "$v" ] |