diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/tests/expansion/ifs5.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/1sh/tests/expansion/ifs5.0 b/bin/1sh/tests/expansion/ifs5.0 new file mode 100644 index 00000000..04db254a --- /dev/null +++ b/bin/1sh/tests/expansion/ifs5.0 @@ -0,0 +1,4 @@ +# $FreeBSD: releng/12.1/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $ + +set -- $(echo a b c d) +[ "$#" = 4 ] |