aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/func3.0
blob: e0ed581f85eff6a28a8dfdcbcb46261514a2e171 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

# This may fail when parsing or when defining the function, or the definition
# may silently do nothing. In no event may the function be executed.

${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/null
: