Commit 9ee0dca5 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Updated file_contents.test with correct file location.

parent a2d5a543
......@@ -30,7 +30,7 @@ if ($dir_bin eq '/usr/') {
$dir_docs = glob "$dir_docs/packages/MySQL-server*";
} else {
# RedHat/Debian: version number in directory name
$dir_docs = glob "$dir_docs/mariadb-server-*";
$dir_docs = glob "$dir_docs/mariadb-galera-server-*";
$dir_docs = glob "$dir_docs/MySQL-server*" unless -d $dir_docs;
}
# Slackware
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment