From 7541a877bcc007f58cb218fe18a4f4b18c7ba71a Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Thu, 4 Jan 2001 02:56:38 +0200 Subject: Fixes to get mysql-test-run more portable --- mysql-test/install_test_db.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/install_test_db.sh') 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 -- cgit v1.2.1