* doc-parsing-buglets-colneq-subst.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. * doc-parsing-buglets-tabs.test: Likewise. * java-empty-classpath.test: Likewise. * vala-vpath.test: Likewise. --- ChangeLog | 9 +++++++++ tests/doc-parsing-buglets-colneq-subst.test | 2 -- tests/doc-parsing-buglets-tabs.test | 2 -- tests/java-empty-classpath.test | 2 -- tests/vala-vpath.test | 2 -- 5 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog index beb4296..92914b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-09-02 Stefano Lattarini <stefano.lattar...@gmail.com> + tests: remove redundant settings of `errexit' shell flag + * doc-parsing-buglets-colneq-subst.test: Do not set the + `errexit' shell flag, as it is already set by `tests/defs'. + * doc-parsing-buglets-tabs.test: Likewise. + * java-empty-classpath.test: Likewise. + * vala-vpath.test: Likewise. + +2011-09-02 Stefano Lattarini <stefano.lattar...@gmail.com> + tests: more uses of `$top_testsrcdir', in the `amhello' tests * tests/amhello-binpkg.test: Use `$top_testsrcdir' instead of `$testsrcdir/..'. diff --git a/tests/doc-parsing-buglets-colneq-subst.test b/tests/doc-parsing-buglets-colneq-subst.test index 685d2b6..f3a68d6 100755 --- a/tests/doc-parsing-buglets-colneq-subst.test +++ b/tests/doc-parsing-buglets-colneq-subst.test @@ -24,8 +24,6 @@ . ./defs || Exit 1 -set -e - cat > Makefile.am <<'END' $(FOO:=x): bar END diff --git a/tests/doc-parsing-buglets-tabs.test b/tests/doc-parsing-buglets-tabs.test index acff363..c50bc1f 100755 --- a/tests/doc-parsing-buglets-tabs.test +++ b/tests/doc-parsing-buglets-tabs.test @@ -22,8 +22,6 @@ . ./defs || Exit 1 -set -e - cat > Makefile.am <<END .PHONY: test test: all check diff --git a/tests/java-empty-classpath.test b/tests/java-empty-classpath.test index e94f885..77270b4 100755 --- a/tests/java-empty-classpath.test +++ b/tests/java-empty-classpath.test @@ -20,8 +20,6 @@ required=javac . ./defs || Exit 1 -set -e - cat >> configure.in <<'END' AC_CONFIG_SRCDIR([org/gnu/bug/Library.java]) AC_CONFIG_FILES([ diff --git a/tests/vala-vpath.test b/tests/vala-vpath.test index 98e0f43..9db9de0 100755 --- a/tests/vala-vpath.test +++ b/tests/vala-vpath.test @@ -20,8 +20,6 @@ required="valac" . ./defs || Exit 1 -set -e - mkdir src cat >> configure.in << 'END' -- 1.7.2.3