autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] Fix test suite under Perl 5.26


From: Daniel Colascione
Subject: [PATCH] Fix test suite under Perl 5.26
Date: Sun, 4 Mar 2018 13:39:58 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Make the test suite work properly now that "." is no longer in @INC

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



reply via email to

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