xref: /freebsd/bin/sh/tests/execution/func3.0 (revision 40a8ac8f62b535d30349faf28cf47106b7041b83)
1# $FreeBSD$
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:
8