diff options
author | unknown <msvensson@pilot.(none)> | 2007-08-29 14:39:40 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-08-29 14:39:40 +0200 |
commit | 305c35268597c1b37b054f0916556e774aeda8d0 (patch) | |
tree | 63149204964838a1237ffbd947437d960ded086a /mysql-test/lib | |
parent | 038df2d05cc9137fc616a1141ee86b2bde65670e (diff) | |
download | mariadb-git-305c35268597c1b37b054f0916556e774aeda8d0.tar.gz |
Fix typo: '$$' => '$'
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_misc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_misc.pl b/mysql-test/lib/mtr_misc.pl index 3da598faebc..931c93f52a1 100644 --- a/mysql-test/lib/mtr_misc.pl +++ b/mysql-test/lib/mtr_misc.pl @@ -18,7 +18,7 @@ sub mtr_file_exists(@); sub mtr_exe_exists(@); sub mtr_exe_maybe_exists(@); sub mtr_copy_dir($$); -sub mtr_rmtree($$); +sub mtr_rmtree($); sub mtr_same_opts($$); sub mtr_cmp_opts($$); |