summaryrefslogtreecommitdiff
path: root/mysql-test/create-test-result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-08-15 20:52:39 +0300
committerunknown <bell@sanja.is.com.ua>2004-08-15 20:52:39 +0300
commitfccd2414c67247afe4ee2568b684d34f894e9a2c (patch)
tree82cbfd85afd1a712e0bdb8a64036c2d783896cde /mysql-test/create-test-result
parent603f0d9683e3e9fda2105fba7a8cec2965405075 (diff)
downloadmariadb-git-fccd2414c67247afe4ee2568b684d34f894e9a2c.tar.gz
fixed syntax error in create-test-result found by Hakan
Diffstat (limited to 'mysql-test/create-test-result')
-rwxr-xr-xmysql-test/create-test-result2
1 files changed, 1 insertions, 1 deletions
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