aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash-completion/03-skip-iconv-test.patch
blob: 092c4019fdb951358ddc2827a6445461bdeb3976 (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
From 2cdac1b9f24df62a1fa80c1824ee8524c9b02393 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Wed, 1 May 2019 13:42:52 +0300
Subject: [PATCH] test_iconv: skip option completion if --help fails

Such as on Alpine Linux (musl libc).

Refs https://github.com/scop/bash-completion/issues/312
---
 test/t/test_iconv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/t/test_iconv.py b/test/t/test_iconv.py
index dc5f8961a6..2edc439b08 100644
--- a/test/t/test_iconv.py
+++ b/test/t/test_iconv.py
@@ -2,7 +2,7 @@
 
 
 class TestIconv:
-    @pytest.mark.complete("iconv -")
+    @pytest.mark.complete("iconv -", skipif="! iconv --help &>/dev/null")
     def test_1(self, completion):
         assert completion