aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apparmor/0007-Remove-Locale-gettext-from-parser-tests.patch
blob: bad8cbe195adf4cc50c664abfefb6f20faa0525f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From 05dd326460042c0f82234b7299a0327529c98d4f Mon Sep 17 00:00:00 2001
From: allgdante <allan.garret@gmail.com>
Date: Thu, 31 Jan 2019 13:36:34 +0000
Subject: [PATCH 7/7] Remove Locale::gettext from parser tests

The package for Alpine doesn't exists and it seems that the tests run ok
without this
---
 parser/tst/gen-dbus.pl   | 1 -
 parser/tst/gen-xtrans.pl | 1 -
 2 files changed, 2 deletions(-)

diff --git a/parser/tst/gen-dbus.pl b/parser/tst/gen-dbus.pl
index 1fe58108..3fa5d0ce 100755
--- a/parser/tst/gen-dbus.pl
+++ b/parser/tst/gen-dbus.pl
@@ -17,7 +17,6 @@
 #
 
 use strict;
-use Locale::gettext;
 use POSIX;
 
 setlocale(LC_MESSAGES, "");
diff --git a/parser/tst/gen-xtrans.pl b/parser/tst/gen-xtrans.pl
index 8cf077f4..64219cef 100755
--- a/parser/tst/gen-xtrans.pl
+++ b/parser/tst/gen-xtrans.pl
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 
 use strict;
-use Locale::gettext;
 use POSIX;
 
 setlocale(LC_MESSAGES, "");
-- 
2.20.1