Ensure that $? is 0 for the final `exit 0'.
authorJim Meyering <jim@meyering.net>
Fri, 1 Aug 2003 22:33:04 +0000 (22:33 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 1 Aug 2003 22:33:04 +0000 (22:33 +0000)
commit572d582d8d5e2ae486bb7e67b2d960d4c5480c4f
treea773eb409639cbf51cb8b908f9d5ea37725b778a
parent77b694e03adf979f080849ff8ee55af13458d62a
Ensure that $? is 0 for the final `exit 0'.
Otherwise, with at least the /bin/sh from HPUX 10.20,
the trap code would end up converting that to exit 1 and thus an
unexpected test failure.  Reported by Christian Krackowizer.
tests/shred/remove