1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Portability fixes

mysql-test/mysql-test-run.sh:
  Avoid 'too many arguments' error
mysql-test/t/system_mysql_db_fix-master.opt:
  Add missing newline
scripts/mysql_fix_privilege_tables.sh:
  Portability fix
This commit is contained in:
unknown
2004-04-30 00:14:56 +03:00
parent b7468a97a2
commit f4b02f9937
3 changed files with 3 additions and 3 deletions

View File

@ -1447,7 +1447,7 @@ then
if [ x$RECORD = x1 ]; then
$ECHO "Will not run in record mode without a specific test case."
else
for tf in `ls -1 $TESTDIR/*.$TESTSUFFIX | $SORT`
for tf in $TESTDIR/*.$TESTSUFFIX
do
run_testcase $tf
done