From: Daniel Colascione Date: Sun, 4 Mar 2018 21:36:55 +0000 (-0800) Subject: Fix test suite with modern Perl X-Git-Tag: v2.69b~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb0659b205e03af62542cd318a9f3253e28c40a;p=thirdparty%2Fautoconf.git Fix test suite with modern Perl --- 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