1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/builtins/dot3.0 219390 2011-03-07 23:52:23Z jilles $ 2dbdce6a7SPeter Avalos 3dbdce6a7SPeter Avalos# . should return 0 if no command was executed. 4dbdce6a7SPeter Avalos 5dbdce6a7SPeter Avalosif false; then 6dbdce6a7SPeter Avalos exit 3 7dbdce6a7SPeter Avaloselse 8dbdce6a7SPeter Avalos . /dev/null 9dbdce6a7SPeter Avalos exit $? 10dbdce6a7SPeter Avalosfi 11