Fix Java-dependent test for release

Change-Id: I6baf5cd96fec7fc91b317b7e8162b4414852ee2b
diff --git a/t/script.t b/t/script.t
index 80b67b5..2847550 100644
--- a/t/script.t
+++ b/t/script.t
@@ -778,7 +778,7 @@
 
   my $t = test_tei2korapxml(
       file => catfile($f, 'data', 'icc_german_sample.p5.xml'),
-      param => '--xmlid-to-textsigle \'ICC.German\.([^.]+\.[^.]+)\.(.+)@ICCGER/$1/$2\' -s -tk',
+      param => '--xmlid-to-textsigle \'ICC.German\.([^.]+\.[^.]+)\.(.+)@ICCGER/$1/$2\' -s -ti',
       tmp => 'script_utf8_enc'
   )->stderr_like(qr!tei2korapxml:.*? text_id=ICCGER/DeReKo-WPD17\.S00-18619!);