Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit af33406

Browse files
author
Mohit Joshi
committed
Fixed Bug#20683741
1 parent 5287920 commit af33406

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

mysql-test/include/have_util_uz.inc renamed to mysql-test/include/have_util_unzip.inc

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ disable_query_log;
1717
--let $uz=
1818
--let $_outfile= $MYSQLTEST_VARDIR/tmp/have_uz.tmp
1919

20-
--echo # Skip this test other platfoms and run only on Linux.
21-
if (`select convert(@@version_compile_os using latin1) IN ("Linux") = 0`)
22-
{
23-
skip Need Linux;
24-
}
25-
2620
# find uz
2721

2822
--error 0,1,127

mysql-test/suite/innodb/r/innodb-wl5980-linux.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Skip this test other platfoms and run only on Linux.
21
# Set the environmental variables
32
# Stop server
43
# Copy the remote tablespace & DB zip files from suite location to working location.

mysql-test/suite/innodb/t/innodb-wl5980-linux.test

+2-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@
99
# Prerequisite : portability_wl5980_linux.zip
1010
# should exist in "suite/innodb/t"
1111

12+
--source include/linux.inc
1213
--source include/have_innodb_16k.inc
1314
--source include/not_embedded.inc
14-
--source include/have_util_uz.inc
15-
16-
--echo # Skip this test other platfoms and run only on Linux.
17-
if (`select convert(@@version_compile_os using latin1) IN ("Linux") = 0`)
18-
{
19-
skip Need Linux;
20-
}
15+
--source include/have_util_unzip.inc
2116

2217
--echo # Set the environmental variables
2318
let MYSQL_BASEDIR= `select @@basedir`;

0 commit comments

Comments
 (0)