diff options
author | Lucas Ramage <ramage.lucas@protonmail.com> | 2020-01-21 14:31:36 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-22 00:01:26 +0100 |
commit | 6df0adf0d484d78744dea96e0ac32e56fe7a1b84 (patch) | |
tree | 7d3f37a0561809f97c517afd9b57a50fbd249714 /main/bash-completion/02-skip-getconf-test.patch | |
parent | 8ca0c58545fa65a70d9f3c97b9cbdf9f3e02a4c0 (diff) | |
download | aports-6df0adf0d484d78744dea96e0ac32e56fe7a1b84.tar.bz2 aports-6df0adf0d484d78744dea96e0ac32e56fe7a1b84.tar.xz |
main/bash-completion: upgrade to 2.10
Diffstat (limited to 'main/bash-completion/02-skip-getconf-test.patch')
-rw-r--r-- | main/bash-completion/02-skip-getconf-test.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/main/bash-completion/02-skip-getconf-test.patch b/main/bash-completion/02-skip-getconf-test.patch deleted file mode 100644 index 8185f793a6..0000000000 --- a/main/bash-completion/02-skip-getconf-test.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 70afc1ed3697c3171a004b7db2f19220117d2862 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> -Date: Tue, 30 Apr 2019 18:04:13 +0300 -Subject: [PATCH] test_getconf: skip if -a doesn't output any POSIX_V* - -Refs https://github.com/scop/bash-completion/issues/312 ---- - test/t/test_getconf.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/test/t/test_getconf.py b/test/t/test_getconf.py -index 6f9192d251..96713dbe4c 100644 ---- a/test/t/test_getconf.py -+++ b/test/t/test_getconf.py -@@ -14,7 +14,9 @@ def test_2(self, completion): - def test_3(self, completion): - assert completion - -- @pytest.mark.complete("getconf -v ") -+ @pytest.mark.complete( -+ "getconf -v ", skipif="! getconf -a 2>&1 | command grep -q ^POSIX_V" -+ ) - def test_4(self, completion): - assert completion - |