Description: Fix autopkg test
 Work around a test failure that occur only when using system libraries (with perl t/*/t) instead of local library (perl -Ilib t/*.t)
 .
 A proper fix will be done upstream
Bug-Debian: https://bugs.debian.org/935453
Author: dod
Applied-Upstream: yes
--- a/t/load_write_itself.t
+++ b/t/load_write_itself.t
@@ -44,7 +44,7 @@
     model_object => $root
 );
 
-my $map = $rw_obj->read_all( root_model => 'Itself' );
+my $map = $rw_obj->read_all( root_model => 'Itself', application => 'itself' );
 
 ok(1,"Read all models from $target_model_dir") ;
 
