]> git.proxmox.com Git - grub2.git/blob - debian/patches/skip_gettext_strings_test.patch
grub2 (2.02+dfsg1-20) unstable; urgency=medium
[grub2.git] / debian / patches / skip_gettext_strings_test.patch
1 From e3ef14b4a42ee06514e281f7ab136cd0c1c938e8 Mon Sep 17 00:00:00 2001
2 From: Colin Watson <cjwatson@ubuntu.com>
3 Date: Mon, 13 Jan 2014 12:13:34 +0000
4 Subject: Don't run gettext_strings_test
5
6 This test is mainly useful as an upstream maintenance check.
7
8 Forwarded: not-needed
9 Last-Update: 2013-12-23
10
11 Patch-Name: skip_gettext_strings_test.patch
12 ---
13 tests/gettext_strings_test.in | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/tests/gettext_strings_test.in b/tests/gettext_strings_test.in
17 index 5c305e75b..15405cfcd 100644
18 --- a/tests/gettext_strings_test.in
19 +++ b/tests/gettext_strings_test.in
20 @@ -1,5 +1,8 @@
21 #!/bin/sh
22
23 +echo "Skipping upstream maintenance check."
24 +exit 77
25 +
26 cd '@srcdir@'
27
28 tdir="$(mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX")"