diff options
Diffstat (limited to 'mysql-test/t/lowercase_mixed_tmpdir-master.sh')
-rw-r--r-- | mysql-test/t/lowercase_mixed_tmpdir-master.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/t/lowercase_mixed_tmpdir-master.sh b/mysql-test/t/lowercase_mixed_tmpdir-master.sh deleted file mode 100644 index 95c26e3aa02..00000000000 --- a/mysql-test/t/lowercase_mixed_tmpdir-master.sh +++ /dev/null @@ -1,6 +0,0 @@ -# This test requires a non-lowercase tmpdir directory on a case-sensitive -# filesystem. - -d="$MYSQLTEST_VARDIR/tmp/MixedCase" -test -d "$d" || mkdir "$d" -rm -f "$d"/* |