]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/bin/sh/execution/func3.0
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / bin / sh / execution / func3.0
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 :