diff options
author | monty@mysql.com <> | 2004-03-19 18:35:49 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-19 18:35:49 +0200 |
commit | 82c79134b0da6637d38a0589703a2d8a08596269 (patch) | |
tree | 92858ca4f1ed5bff7d4d9f28e7e01146f3e21cba /mysql-test/mysql-test-run.sh | |
parent | b49b24d94af43c965b26d81242dcec17aa7c2181 (diff) | |
parent | 9a1baf7d62270e659d22a60da5f9cd3eb624ff31 (diff) | |
download | mariadb-git-82c79134b0da6637d38a0589703a2d8a08596269.tar.gz |
merge with 4.0 to get portability fixes
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index b041bfb8369..b4d5958fb50 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -18,7 +18,7 @@ TZ=$MY_TZ; export TZ # for UNIX_TIMESTAMP tests to work LOCAL_SOCKET=@MYSQL_UNIX_ADDR@ # For query_cache test -case "$SYSTEM" in +case `uname` in SCO_SV | UnixWare | OpenUNIX ) # do nothing (Causes strange behavior) ;; |