diff options
author | kent@mysql.com <> | 2004-09-28 09:14:18 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2004-09-28 09:14:18 +0200 |
commit | 0841e2c44452a73611da5f7899611f9928fe0256 (patch) | |
tree | cff83ef92411258f46278f303a148edfa4a92996 | |
parent | 0061da910dc0a7bda19860169a766dad756fee7b (diff) | |
download | mariadb-git-0841e2c44452a73611da5f7899611f9928fe0256.tar.gz |
mysql-test-run.sh:
Embarrassing typo
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 333dd453b96..64e903a115b 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1304,7 +1304,6 @@ run_testcase () # script soon anyway so it is not worth it spending the time if [ "x$USE_EMBEDDED_SERVER" = "x1" -a -z "$DO_TEST" ] ; then for t in \ - "bdb-deadlock" \ "connect" \ "flush_block_commit" \ |