aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/dot3.0
blob: b337f0f6d3385c7f027b77ee51c5a071c344c4c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

# . should return 0 if no command was executed.

if false; then
	exit 3
else
	. /dev/null
	exit $?
fi