mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
|
||||
|
||||
RESULT_DIR=r
|
||||
if [ -z $EDITOR] ; then
|
||||
if [ -z $EDITOR ] ; then
|
||||
EDITOR=vi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user