From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- app-misc/yq/files/yq-2.11.1-tests.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-misc/yq/files/yq-2.11.1-tests.patch (limited to 'app-misc/yq/files') diff --git a/app-misc/yq/files/yq-2.11.1-tests.patch b/app-misc/yq/files/yq-2.11.1-tests.patch new file mode 100644 index 000000000000..6b6231ad7eed --- /dev/null +++ b/app-misc/yq/files/yq-2.11.1-tests.patch @@ -0,0 +1,13 @@ +diff --git a/test/test.py b/test/test.py +index a81f41b..f17f03c 100755 +--- a/test/test.py ++++ b/test/test.py +@@ -84,7 +84,7 @@ class TestYq(unittest.TestCase): + unusable_tty_input = mock.Mock() + unusable_tty_input.isatty = mock.Mock(return_value=True) + +- self.run_yq("{}", [], expect_exit_codes={0} if sys.stdin.isatty() else {2}) ++ self.run_yq("{}", [], expect_exit_codes={0}) + self.run_yq("{}", ["."]) + self.run_yq(unusable_non_tty_input, [".", test_doc]) + self.run_yq(unusable_non_tty_input, [".", test_doc, test_doc]) -- cgit v1.2.3