mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed syntax error in create-test-result found by Hakan
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
# to start mysqld yourself and run mysqltest -r
|
# to start mysqld yourself and run mysqltest -r
|
||||||
|
|
||||||
RESULT_DIR=r
|
RESULT_DIR=r
|
||||||
if [ -z $EDITOR] ; then
|
if [ -z $EDITOR ] ; then
|
||||||
EDITOR=vi
|
EDITOR=vi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user