null+****@clear*****
null+****@clear*****
2012年 4月 19日 (木) 20:10:20 JST
Kouhei Sutou 2012-04-19 20:10:20 +0900 (Thu, 19 Apr 2012)
New Revision: e744994696acd236fee0f226daa2e79d3383a505
Log:
test: remove duplicated code
Modified files:
test/run-sql-test.sh
Modified: test/run-sql-test.sh (+0 -3)
===================================================================
--- test/run-sql-test.sh 2012-04-19 00:08:06 +0900 (fb37e1c)
+++ test/run-sql-test.sh 2012-04-19 20:10:20 +0900 (f39f873)
@@ -26,9 +26,6 @@ case "${MYSQL_VERSION}" in
if ! test -d "${build_test_suites_dir}"; then
ln -s "${source_test_suites_dir}" "${build_test_suites_dir}"
fi
- if ! test -d "${build_test_suites_dir}"; then
- ln -s "${source_test_suites_dir}" "${build_test_suites_dir}"
- fi
plugins_dir="${MYSQL_SOURCE_DIR}/lib/plugin"
if ! test -d "${plugins_dir}"; then
if ! test -d "${MYSQL_BUILD_DIR}/plugin/mroonga"; then