[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-803-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-803-g07fe4bf |
Date: |
Sun, 01 May 2011 13:57:03 +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=07fe4bf9d8359ce21ce946602ad63c4f9337200c
The branch, master has been updated
via 07fe4bf9d8359ce21ce946602ad63c4f9337200c (commit)
from 26c19e64489a5cade2aecbfa291176c9db9d250e (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 07fe4bf9d8359ce21ce946602ad63c4f9337200c
Author: Stefano Lattarini <address@hidden>
Date: Sun May 1 15:54:46 2011 +0200
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.
-----------------------------------------------------------------------
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 b52a375..046ecff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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-04-29 Stefano Lattarini <address@hidden>
testsuite: more environment sanitization
diff --git a/tests/self-check-cleanup.test b/tests/self-check-cleanup.test
index 390d9b5..945194f 100755
--- a/tests/self-check-cleanup.test
+++ b/tests/self-check-cleanup.test
@@ -67,6 +67,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, master, updated. v1.11-803-g07fe4bf,
Stefano Lattarini <=