mirror of
https://github.com/MariaDB/server.git
synced 2025-04-23 07:05:53 +03:00
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)
9 lines
179 B
Bash
Executable File
9 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"/*
|