summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/dot3.0
blob: d1589a0e741a1e669c8531d54af2940eb7e41452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: head/bin/sh/tests/builtins/dot3.0 219390 2011-03-07 23:52:23Z jilles $

# . should return 0 if no command was executed.

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