mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
parent
ab1941266c
commit
a7abddeffa
2114 changed files with 75 additions and 77 deletions
6
mysql-test/main/lowercase_mixed_tmpdir_innodb-master.sh
Normal file
6
mysql-test/main/lowercase_mixed_tmpdir_innodb-master.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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"/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue