1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-29 16:03:09 +03:00
Files
mariadb/mysql-test/t/lowercase_mixed_tmpdir-master.sh

8 lines
175 B
Bash
Executable File

#!/bin/sh
# 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"/*