Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit e41a3ee

Browse files
committed
Remove OSX and slave_load_tmpdir tests, for cross platform testability
1 parent 5c5ce1b commit e41a3ee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mysql-test/suite/sysschema/t/fn_format_path.test

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,10 @@ SET @mypath := CONCAT(@@global.tmpdir, 'foo/bar.foo');
1818

1919
SELECT sys.format_path(@mypath);
2020

21-
# Ensure slave_load_tmpdir is recognized and stripped
22-
SET @mypath := CONCAT(@@global.slave_load_tmpdir, 'foo/bar.foo');
23-
24-
SELECT sys.format_path(@mypath);
25-
2621
# Ensure innodb_log_group_home_dir is recognized and stripped
2722
SET @mypath := CONCAT(@@global.innodb_log_group_home_dir, 'foo/bar.foo');
2823

2924
SELECT sys.format_path(@mypath);
3025

31-
# Ensure /private is stripped for OSX systems
32-
SET @mypath := CONCAT('/private', @@global.tmpdir, 'foo/bar.foo');
33-
SELECT sys.format_path(@mypath);
34-
3526
# Unrecognized paths should return the full path
3627
SELECT sys.format_path('/foo/bar/baz.foo');

0 commit comments

Comments
 (0)