Skip to content

Commit 571b9ad

Browse files
author
Erlend Dahl
committed
Revert "Fixed Bug#20683741"
This reverts commit 57d87b5f177edc18c06c18d53ea957290a76f169.
1 parent 571033e commit 571b9ad

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ 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+
2026
# find uz
2127

2228
--error 0,1,127

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Skip this test other platfoms and run only on Linux.
12
# Set the environmental variables
23
# Stop server
34
# Copy the remote tablespace & DB zip files from suite location to working location.

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

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

12-
--source include/linux.inc
1312
--source include/have_innodb_16k.inc
1413
--source include/not_embedded.inc
15-
--source include/have_util_unzip.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+
}
1621

1722
--echo # Set the environmental variables
1823
let MYSQL_BASEDIR= `select @@basedir`;

0 commit comments

Comments
 (0)