]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/execution/func3.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / func3.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/execution/func3.0 216398 2010-12-12 21:18:16Z jilles $
71aad674
A
2
3# This may fail when parsing or when defining the function, or the definition
4# may silently do nothing. In no event may the function be executed.
5
6${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/null
7: