mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
~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
8 lines
175 B
Bash
Executable File
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"/*
|