summary refs log tree commit diff
path: root/bin/1sh/tests/execution/func3.0
blob: a92c12f6470340a3ba23e3e9ac8d9a095248bc32 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.1/bin/sh/tests/execution/func3.0 216398 2010-12-12 21:18:16Z jilles $

# 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
: