Commit f43fe31e authored by unknown's avatar unknown

fixed problem spoted by Vladimir V. Kolpakov

parent fccd2414
......@@ -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
......@@ -24,7 +24,7 @@ function usage()
test_name=$1
[ -z $test_name ] && usage
[ -z "$test_name" ] && usage
result_file=$RESULT_DIR/$test_name.result
reject_file=$RESULT_DIR/$test_name.reject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment