]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix test suite with modern Perl
authorDaniel Colascione <dancol@dancol.org>
Sun, 4 Mar 2018 21:36:55 +0000 (13:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Mar 2018 03:19:46 +0000 (20:19 -0700)
tests/tools.at

index a4a7dd77b9b68ef0547b138f2c9e52bd7952eb76..e9a62408e5c6a40b81a0399713e05d7a56a5a4e8 100644 (file)
@@ -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