]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/set-u2.0
shell_cmds-207.100.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / set-u2.0
1 # $FreeBSD: head/bin/sh/tests/expansion/set-u2.0 198454 2009-10-24 21:20:04Z jilles $
2
3 set -u
4 : $* $@ "$@" "$*"
5 set -- x
6 : $* $@ "$@" "$*"
7 shift $#
8 : $* $@ "$@" "$*"
9 set -- y
10 set --
11 : $* $@ "$@" "$*"
12 exit 0