Bug 30588: (QA follow-up) Missing shebang in TwoFactorAuth.t

Test plan:
Try t/db_dependent/Koha/Auth/TwoFactorAuth.t on cmd line.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2022-09-09 08:44:31 +00:00 committed by Tomas Cohen Arazi
parent 0d7f0b8f22
commit 19f069c0de
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

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