autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-47-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-47-g35b14d5
Date: Mon, 30 Aug 2010 18:01:22 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=35b14d5e356df7bbec5d748381805eebd09e0c9b

The branch, master has been updated
       via  35b14d5e356df7bbec5d748381805eebd09e0c9b (commit)
      from  2626155d5cb3a7693f5e71c26cc64e4dd677f71d (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 35b14d5e356df7bbec5d748381805eebd09e0c9b
Author: Eric Blake <address@hidden>
Date:   Mon Aug 30 11:59:40 2010 -0600

    tests: avoid trashing /
    
    * tests/torture.at (AC_CONFIG_COMMANDS with temporary directory):
    Use a relative path, rather than risking issues with /.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 tests/torture.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7068a19..0c3e5d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-08-30  Eric Blake  <address@hidden>
 
+       tests: avoid trashing /
+       * tests/torture.at (AC_CONFIG_COMMANDS with temporary directory):
+       Use a relative path, rather than risking issues with /.
+       Reported by Ralf Wildenhues.
+
        docs: mention Solaris here-docs vs. ${a-"b c"}
        * doc/autoconf.texi (Shell Substitutions) <${var:=value}>:
        Document problem of "" within here-docs.
diff --git a/tests/torture.at b/tests/torture.at
index e395fc1..566a451 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -43,7 +43,7 @@ case $ACTION in
     ;;
   corrupt)
     echo "$tmp" > tmpdir
-    tmp=/nosuch
+    tmp=./nosuch
     ;;
   *) ;;
 esac


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]