]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/builtins/local4.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / local4.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/builtins/local4.0 254339 2013-08-14 21:59:48Z jilles $
71aad674
A
2
3f() {
4 local -- x
5 x=2
6 [ "$x" = 2 ]
7}
8x=1
9f || exit 3
10[ "$x" = 1 ] || exit 3
11f || exit 3
12[ "$x" = 1 ] || exit 3