git: sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
Peter Avalos
pavalos at crater.dragonflybsd.org
Sun Dec 25 10:09:07 PST 2011
commit dbdce6a73b0458db3f9dec0f4a3de3100aff5566
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date: Sun Dec 25 09:43:46 2011 -0800
sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
Preserving $? may cause problems particularly if set -e is in effect.
It may be useful to preserve the old value of $? in the dot script but this
must not be implemented in such a way that it would break this test.
Obtained-from: FreeBSD 219390
Summary of changes:
tools/regression/bin/sh/builtins/dot3.0 | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 tools/regression/bin/sh/builtins/dot3.0
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dbdce6a73b0458db3f9dec0f4a3de3100aff5566
--
DragonFly BSD source repository
More information about the Commits
mailing list