summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/ifs5.0
blob: fc5b4b719f7f19375ee4fcb6d4dade97752ee060 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $

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