Navigation Menu

Skip to content

Commit

Permalink
travis: remove needless "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 23, 2012
1 parent 8334d6c commit 3e3671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -23,7 +23,7 @@ prepare_mysql_test_dir()
if [ -d /usr/lib/mysql-testsuite/ ]; then
sudo cp -a /usr/lib/mysql-testsuite/ /usr/mysql-test/
elif [ -d /opt/mysql/ ]; then
sudo ln -s /opt/mysql/server-*/mysql-test/ /usr/mysql-test/
sudo ln -s /opt/mysql/server-*/mysql-test /usr/mysql-test
else
sudo cp -a ${MYSQL_SOURCE_DIR}/mysql-test/ /usr/mysql-test/
fi
Expand Down

0 comments on commit 3e3671d

Please sign in to comment.