From fccd2414c67247afe4ee2568b684d34f894e9a2c Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 15 Aug 2004 20:52:39 +0300 Subject: fixed syntax error in create-test-result found by Hakan --- mysql-test/create-test-result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/create-test-result') diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result index b9be2300976..dc03f5394b9 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 -- cgit v1.2.1