freebsd-dev/bin/sh/tests/expansion/ifs5.0

5 lines
49 B
Plaintext

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