Remove trailing whitespace
Removed trailing whitespace in tests and build scripts.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
###
|
||||
## @file bug562.sh Regression case for the bug "Wrong error message for Access denied error"
|
||||
## - try to connect with bad credestials directly to MariaDB server and via Maxscale
|
||||
## - compare error messages
|
||||
## - compare error messages
|
||||
|
||||
rp=`realpath $0`
|
||||
export test_dir=`dirname $rp`
|
||||
@ -11,7 +11,7 @@ export test_name=`basename $rp`
|
||||
|
||||
$test_dir/non_native_setup $test_name
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "configuring maxscale failed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user