null+****@clear*****
null+****@clear*****
2011年 6月 11日 (土) 10:14:36 JST
Kouhei Sutou 2011-06-11 01:14:36 +0000 (Sat, 11 Jun 2011)
New Revision: 90266b17a6f7624aaa60fb4014567d3b09448d07
Log:
[test] fix a typo.
Modified files:
test/run-sql-test.sh
Modified: test/run-sql-test.sh (+1 -1)
===================================================================
--- test/run-sql-test.sh 2011-06-10 08:35:26 +0000 (1b3752a)
+++ test/run-sql-test.sh 2011-06-11 01:14:36 +0000 (e9cdc11)
@@ -14,7 +14,7 @@ fi
export MYSQL_BUILD
if test -z "$MYSQL_VERSION"; then
- MYSQL_VERSEION="$(make -s -C $top_dir echo-mysql-version)"
+ MYSQL_VERSION="$(make -s -C $top_dir echo-mysql-version)"
fi
export MYSQL_VERSION