Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.23.1_curl_exec_perm_fix.patch « curl « patches « lib - github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05367c22a7daeac1a40947af7d4ffe7a07f2c50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 54eb539..319f56c 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -3012,7 +3012,7 @@ sub singletest {
     if($cmdtype eq "perl") {
         # run the command line prepended with "perl"
         $cmdargs ="$cmd";
-        $CMDLINE = "perl ";
+        $CMDLINE = "perl -I. ";
         $tool=$CMDLINE;
         $disablevalgrind=1;
     }