Minimum version of conllu2korapxml
Change-Id: Ic6c33fb32b450608df53ea75c43bdc1e6719ea43
diff --git a/t/plugin/conllu2korapxml.t b/t/plugin/conllu2korapxml.t
index af3d408..f217fb8 100644
--- a/t/plugin/conllu2korapxml.t
+++ b/t/plugin/conllu2korapxml.t
@@ -1,11 +1,10 @@
use Test::More;
use Test::Mojo;
use Test::Output;
+use Kalamar::Plugin::KorAPXML2CoNLLU;
-my $script = `sh -c 'command -v conllu2korapxml'`;
-
-if ($script eq '') {
- plan skip_all => "KorAP::XML::Krill is not installed";
+unless (Kalamar::Plugin::KorAPXML2CoNLLU::check_existence()) {
+ plan skip_all => "KorAP::XML::ConLLU is not installed";
exit;
};