[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-807-g2c7a5de |
Date: |
Sun, 01 May 2011 13:58:41 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=2c7a5de21fc02b912a508991716fb1c3cbb95a06
The branch, testsuite-work has been updated
via 2c7a5de21fc02b912a508991716fb1c3cbb95a06 (commit)
via 07fe4bf9d8359ce21ce946602ad63c4f9337200c (commit)
from 7b4ff744970b3c9cbb162417f60f3085cae75343 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c7a5de21fc02b912a508991716fb1c3cbb95a06
Merge: 7b4ff74 07fe4bf
Author: Stefano Lattarini <address@hidden>
Date: Sun May 1 15:57:06 2011 +0200
Merge branch 'master' into testsuite-work
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/self-check-cleanup.test | 1 +
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6b43628..c629fe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-05-01 Stefano Lattarini <address@hidden>
+ tests: fix self check spurious failure with older bash versions
+ * tests/self-check-cleanup.test: Add trailing `:' to the test code
+ passed to $SHELL, otherwise older versions of bash (at least 2.05
+ and 3.2.39) fail to correctly remove the temporary directory in
+ the exit trap.
+
+2011-05-01 Stefano Lattarini <address@hidden>
+
tests: add sanity check to 'self-check-cleanup.test'
* tests/self-check-cleanup.test: Check that the "hacked" file
`defs-static' used by the test differs from the "vanilla" one
diff --git a/tests/self-check-cleanup.test b/tests/self-check-cleanup.test
index efd18ee..17859e9 100755
--- a/tests/self-check-cleanup.test
+++ b/tests/self-check-cleanup.test
@@ -68,6 +68,7 @@ $SHELL -c '
cd ..
chmod 000 dir/sub/* dir/file dir/symlink
chmod 000 dir/sub dir
+ :
' dummy.test
test ! -f $dir
test ! -d $dir
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-807-g2c7a5de,
Stefano Lattarini <=