# $FreeBSD: head/tools/regression/bin/sh/execution/func3.0 214304 2010-10-24 22:03:21Z 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 :