mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
1c6ad62a26
~40% bugfixed(*) applied ~40$ bugfixed reverted (incorrect or we're not buggy) ~20% bugfixed applied, despite us being not buggy (*) only changes in the server code, e.g. not cmakefiles
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"/*
|