]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/builtins/dot3.0
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / bin / sh / builtins / dot3.0
1 # $FreeBSD$
2
3 # . should return 0 if no command was executed.
4
5 if false; then
6         exit 3
7 else
8         . /dev/null
9         exit $?
10 fi