summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/mail_to_db.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mail_to_db.pl b/tests/mail_to_db.pl
index 671e8b23599..dc40fb3ede6 100755
--- a/tests/mail_to_db.pl
+++ b/tests/mail_to_db.pl
@@ -25,8 +25,8 @@ $opt_debug = 0;
$opt_host = undef();
$opt_port = undef();
$opt_socket = undef();
-$opt_db = undef();
-$opt_table = undef();
+$opt_db = "mail";
+$opt_table = "mails";
$opt_user = undef();
$opt_password = undef();
$opt_max_mail_size = 65536;