]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/dot3.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / dot3.0
1 # $FreeBSD: head/bin/sh/tests/builtins/dot3.0 219390 2011-03-07 23:52:23Z jilles $
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