mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
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 <eblake@redhat.com>
This commit is contained in:
parent
2626155d5c
commit
35b14d5e35
@ -1,5 +1,10 @@
|
||||
2010-08-30 Eric Blake <eblake@redhat.com>
|
||||
|
||||
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.
|
||||
|
@ -43,7 +43,7 @@ case $ACTION in
|
||||
;;
|
||||
corrupt)
|
||||
echo "$tmp" > tmpdir
|
||||
tmp=/nosuch
|
||||
tmp=./nosuch
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user