mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
5c4937c101
Bug#16415173 CRLF INSTEAD OF LF IN SQL-BENCH SCRIPTS Correct perms and converts from Windows style to UNIX style line endings on some files. Fix perms on installed ini files. (MySQL 5.5 version)
8 lines
179 B
Bash
Executable file
8 lines
179 B
Bash
Executable file
#! /bin/bash
|
|
|
|
# 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"/*
|