summaryrefslogtreecommitdiff
path: root/tests/tools.at
diff options
context:
space:
mode:
authorDaniel Colascione <dancol@dancol.org>2018-03-04 13:36:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-19 20:19:46 -0700
commitdfb0659b205e03af62542cd318a9f3253e28c40a (patch)
treebf3df9f27d396b4db9d1ac73b139cc53a7d817e9 /tests/tools.at
parente5f5e535adec83b146bfc921d9005ecf6a846464 (diff)
downloadautoconf-dfb0659b205e03af62542cd318a9f3253e28c40a.tar.gz
Fix test suite with modern Perl
Diffstat (limited to 'tests/tools.at')
-rw-r--r--tests/tools.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools.at b/tests/tools.at
index a4a7dd77..e9a62408 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1386,7 +1386,7 @@ do
funny=`func_sanitize_file_name "$funny"`
file=" file $funny"
dir=`func_sanitize_dir_name " dir $funny"`
- TMPDIR=" tmp$dir"
+ TMPDIR="./ tmp$dir"
export TMPDIR
# skip if we cannot create such a file or directory