From f43fe31e571bb5e127d5e0ca4ad6680a15104aa7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Aug 2004 17:09:57 +0300 Subject: fixed problem spoted by Vladimir V. Kolpakov --- mysql-test/create-test-result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/create-test-result') diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result index dc03f5394b9..ad19cdf08a1 100755 --- a/mysql-test/create-test-result +++ b/mysql-test/create-test-result @@ -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 -- cgit v1.2.1