summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-03-15 08:10:35 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-03-15 08:10:35 +0200
commit9c6135e81f29b3e3286d6b864c0fdafc2fea16ce (patch)
tree1974799a0afb2b2de7ddccc2e082a003544170bc /mysql-test/lib
parent1c43660aea349a92c13e04994941ded1b91714ff (diff)
parentf217c761892683403b65da75b2f2abb8ebd295b2 (diff)
downloadmariadb-git-9c6135e81f29b3e3286d6b864c0fdafc2fea16ce.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_cases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_cases.pm b/mysql-test/lib/mtr_cases.pm
index fe4f316c31f..a81ec06a0b7 100644
--- a/mysql-test/lib/mtr_cases.pm
+++ b/mysql-test/lib/mtr_cases.pm
@@ -1037,7 +1037,7 @@ sub get_tags_from_file($$) {
}
# Check for a sourced include file.
- if ($line =~ /^(--)?[[:space:]]*source[[:space:]]+([^;[:space:]]+)/)
+ if ($line =~ /^[[:space:]]*(--)?[[:space:]]*source[[:space:]]+([^;[:space:]]+)/)
{
my $include= $2;
# The rules below must match open_file() function of mysqltest.cc