aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parameters/positional7.0
blob: df36b6f529251ecdf370ad6f0450d3f31941af5f (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD: head/bin/sh/tests/parameters/positional7.0 273802 2014-10-28 22:14:31Z jilles $

set -- / ''
IFS=*
set -- "$*"
IFS=:
args="$*"
[ "$#:$args" = "1:/*" ]