commit | a351837ef17c26ce1ade9e503a1617c624bc41b4 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Jan 22 23:29:00 2024 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Jan 23 08:47:38 2024 +0100 |
tree | a4a1be4faa6d8d2c212b900cd0a8535b754556ab | |
parent | 8ce23f791247643f9e2315bf1d046bed77eb8c48 [diff] [blame] |
Support --quiet flag (fixes #15) Change-Id: I2675131953f1ac455c85862278df9a702ad5d523
diff --git a/t/annotation/mdp_dependency.t b/t/annotation/mdp_dependency.t index f7f29a2..d5bdd97 100644 --- a/t/annotation/mdp_dependency.t +++ b/t/annotation/mdp_dependency.t
@@ -33,7 +33,7 @@ my $dir = tempdir(); my $f_path = 'WPD15/A00/00081'; -$archive->extract_sigle([$f_path], $dir); +$archive->extract_sigle(0, [$f_path], $dir); ok(my $doc = KorAP::XML::Krill->new( path => $dir . '/' . $f_path));