summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-28 08:49:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-28 08:49:39 +0200
commitab6af1568fae8591cac4ad1490aee3272e6fafb6 (patch)
tree1f9bfc319dddb775e5e2b7bc388da0a0cd521a3a
parent3c45ac2dd744fd0b2a40a29ce050e51e54df89a4 (diff)
downloadcurl-bagder/test-when-disabled.tar.gz
fixup "uninitialized value $dis in concatenation"bagder/test-when-disabled
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 7d469c618..40226c681 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2635,7 +2635,7 @@ sub checksystem {
my $versnoexec;
my @version=();
my @disabled;
- my $dis;
+ my $dis = "";
my $curlverout="$LOGDIR/curlverout.log";
my $curlvererr="$LOGDIR/curlvererr.log";