mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
7 lines
175 B
Bash
Executable file
7 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"/*
|