This was the only remaining init.sh client that didn't properly
use the 'Exit' function.
* tests/test-atexit.sh: Prefer 'Exit' over 'exit'.
Reported by Bruno Haible.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2011-05-24 Eric Blake <eblake@redhat.com>
+
+ atexit-tests: ensure reliable exit status
+ * tests/test-atexit.sh: Prefer 'Exit' over 'exit'.
+ Reported by Bruno Haible.
+
2011-05-24 Bruno Haible <bruno@clisp.org>
strerror_r-posix: Respect rules for use of AC_LIBOBJ.
Exit 1
fi
-exit 0
+Exit 0