diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-08-13 10:41:41 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-08-13 10:41:41 -0400 |
commit | 9ee0dca5d9917b3b3e860442d624135de03648d1 (patch) | |
tree | 3ac5c1ffae26ef21f5ab960b442d87e51850004a /mysql-test | |
parent | a2d5a54374fe8b80da727782078541433f732324 (diff) | |
download | mariadb-git-9ee0dca5d9917b3b3e860442d624135de03648d1.tar.gz |
Updated file_contents.test with correct file location.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/file_contents.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/file_contents.test b/mysql-test/t/file_contents.test index 48189aa33a3..746f4e3ae06 100644 --- a/mysql-test/t/file_contents.test +++ b/mysql-test/t/file_contents.test @@ -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 |