mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
15 lines
368 B
Diff
15 lines
368 B
Diff
Source: Timothy Legge <timlegge@gmail.com>
|
|
Upstream: Logged bug-Parse-Syslog@rt.cpan.org 132151
|
|
Reason: Disables the locale tests. The last pkg version did not test so this is better?
|
|
--- a/t/locale.t
|
|
+++ b/t/locale.t
|
|
@@ -8,7 +8,8 @@
|
|
exit;
|
|
};
|
|
|
|
- plan tests => 4 };
|
|
+ plan tests => 0 };
|
|
+ exit;
|
|
use Parse::Syslog;
|
|
ok(1); # If we made it this far, we're ok.
|
|
|