]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/cmdsubst25.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst25.0
1 # $FreeBSD: head/bin/sh/tests/expansion/cmdsubst25.0 317514 2017-04-27 18:52:18Z jilles $
2
3 IFS=' '
4 set -- `printf '\n '`
5 IFS=:
6 [ "$*" = '
7 ' ]