diff options
Diffstat (limited to 'bin/cash/tests/expansion/ifs7.0')
-rw-r--r-- | bin/cash/tests/expansion/ifs7.0 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/cash/tests/expansion/ifs7.0 b/bin/cash/tests/expansion/ifs7.0 deleted file mode 100644 index d04514c1..00000000 --- a/bin/cash/tests/expansion/ifs7.0 +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/expansion/ifs7.0 280920 2015-03-31 20:59:37Z jilles $ - -IFS=2 -set -- $((123)) -[ "$#|$1|$2|$3" = "2|1|3|" ] |