summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/ifs5.0
blob: 04db254a9fd86e6a85b38db79cc9b41618d40f9a (plain) (blame)
1
2
3
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 ]