* tests/self-check-exit.test: Fix typo in heading comments. --- ChangeLog | 5 +++++ tests/self-check-exit.test | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 56a1d7c..b3709ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-07-08 Stefano Lattarini <stefano.lattar...@gmail.com> + self tests: fix typo in comment + * tests/self-check-exit.test: Fix typo in heading comments. + +2011-07-08 Stefano Lattarini <stefano.lattar...@gmail.com> + tests: remove redundant settings of `errexit' shell flag * tests/amhello-binpkg.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. diff --git a/tests/self-check-exit.test b/tests/self-check-exit.test index 04c27fd..69aabcd 100755 --- a/tests/self-check-exit.test +++ b/tests/self-check-exit.test @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Sanity check for the automake testsuite. -# Check that. in case of failing commands, the correct exit status is +# Check that, in case of failing commands, the correct exit status is # passed to the exit trap installed by the `./defs' script. # Also check that the `errexit' shell flag is active. -- 1.7.2.3