mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
LPBUG#886526: Add propoer shebang to scripts
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
||||
test -d "$d" || mkdir "$d"
|
||||
rm -f "$d"/*
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# This test requires a non-lowercase tmpdir directory on a case-sensitive
|
||||
# filesystem.
|
||||
|
||||
|
Reference in New Issue
Block a user