Bugzilla – Attachment #140426: Bug 30588: (QA follow-up) Missing shebang in TwoFactorAuth.t for
bug #30588
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 30588
Collapse All
|
Expand All
(-)
a/t/db_dependent/Koha/Auth/TwoFactorAuth.t (-1 / +2 lines)
Lines 1-3
Link Here
1
#!/usr/bin/perl
2
1
use Modern::Perl;
3
use Modern::Perl;
2
use Test::More tests => 2;
4
use Test::More tests => 2;
3
use Test::Exception;
5
use Test::Exception;
4
-
Return to
bug 30588