summary refs log tree commit diff
path: root/bin/cash/tests/expansion/ifs5.0
blob: 1a31bfb452110a9d2331880c21aa88db2883de6f (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $

set -- $(echo a b c d)
[ "$#" = 4 ]