summaryrefslogtreecommitdiff
path: root/t/Extract.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Extract.t')
-rw-r--r--t/Extract.t8
1 files changed, 3 insertions, 5 deletions
diff --git a/t/Extract.t b/t/Extract.t
index f7c61ee..3869b39 100644
--- a/t/Extract.t
+++ b/t/Extract.t
@@ -7,12 +7,10 @@ use Test::More;
use JSON::PP 'decode_json';
use List::Util 'min';
+use JWebmail::Config 'MAILDIR_EXTRACTOR';
-my $EXTRACT = {
- perl_mail_box => 'script/qmauth.pl',
- python_mailbox => 'script/qmauth.py',
- rust_maildir => 'bin/jwebmail-extract',
-}->{python_mailbox};
+
+my $EXTRACT = MAILDIR_EXTRACTOR;
my $MAILDIR = 't/testdata';
my $SYS_USER = $ENV{USER};
my $MAIL_USER = 'maildir';