tests: set fail=0 by default
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Dec 2010 06:39:47 +0000 (22:39 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Dec 2010 06:40:20 +0000 (22:40 -0800)
commitc67a96c4c15a738e7b1ab28c652f5f511e121cdb
tree2930662f63bf671124fc9cf140154f14caf8d192
parent561f8be2c9b539ff55f31db3678b70a1509337f4
tests: set fail=0 by default

* tests/init.sh (setup_): Set fail=0.  This was the intent as per
<http://lists.gnu.org/archive/html/bug-coreutils/2010-12/msg00058.html>
but the assignment in mktempd_ is ineffective, since mktempd_
is used inside `` and its assignments are in a subshell.
tests/init.sh