diff options
Diffstat (limited to 'mysql-test/install_test_db.sh')
-rw-r--r-- | mysql-test/install_test_db.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh index 28e6ad34419..3ee2aa42fad 100644 --- a/mysql-test/install_test_db.sh +++ b/mysql-test/install_test_db.sh @@ -41,6 +41,7 @@ fi # On IRIX hostname is in /usr/bsd so add this to the path PATH=$PATH:/usr/bsd hostname=`hostname` # Install this too in the user table +hostname="$hostname%" # Fix if not fully qualified hostname resolved=127.0.0.1 |