Browse Source

Bug 31644: (QA follow-up) Add two missing shebang lines

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
22.11.x
Marcel de Rooy 2 years ago
committed by Tomas Cohen Arazi
parent
commit
29bf5b8724
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      t/SimpleMARC.t
  2. 2
      t/db_dependent/MarcModificationTemplates.t

2
t/SimpleMARC.t

@ -1,3 +1,5 @@
#!/usr/bin/perl
use Modern::Perl;
use Test::More tests => 11;

2
t/db_dependent/MarcModificationTemplates.t

@ -1,3 +1,5 @@
#!/usr/bin/perl
use Modern::Perl;
use Test::More tests => 129;

Loading…
Cancel
Save