Fix double initialization of tests

The tests that used the mysqltest driver were initialized twice.
This commit is contained in:
Markus Mäkelä 2017-06-29 21:20:47 +03:00
parent a19d93380e
commit 308a7d63d4

View File

@ -36,8 +36,6 @@ fi
test_dir=`pwd`
port=$3
$test_dir/non_native_setup $1
cd $2 || exit 1
res=0