diff options
author | jimw@mysql.com <> | 2005-04-05 13:01:42 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-05 13:01:42 -0700 |
commit | 127afff8c87cf8d6a56de799a6b7d5ad2a20d5bd (patch) | |
tree | 094ac5d34f6c7c9798149241eaea3180d2d96c81 /scripts | |
parent | a12f66251b85147d026fe0f786496a97032b2cd2 (diff) | |
download | mariadb-git-127afff8c87cf8d6a56de799a6b7d5ad2a20d5bd.tar.gz |
Remove references to result.es files
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 6ebe05fe116..a1c380780b0 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -225,7 +225,7 @@ $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \ $BASE/mysql-test/std_data $CP mysql-test/t/*.test mysql-test/t/*.disabled mysql-test/t/*.opt \ mysql-test/t/*.slave-mi mysql-test/t/*.sh $BASE/mysql-test/t -$CP mysql-test/r/*.result mysql-test/r/*.result.es mysql-test/r/*.require \ +$CP mysql-test/r/*.result mysql-test/r/*.require \ $BASE/mysql-test/r if [ $BASE_SYSTEM != "netware" ] ; then |