Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/sets/shell/
Date: Mon, 03 Aug 2020 23:28:26
Message-Id: 1596497282.ec54437eb3eff047ee1dc1a7069735e0002b6363.zmedico@gentoo
1 commit: ec54437eb3eff047ee1dc1a7069735e0002b6363
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 22:43:16 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 23:28:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ec54437e
7
8 lib/portage/tests/sets/shell/testShell.py: fix whitespace
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/tests/sets/shell/testShell.py | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/lib/portage/tests/sets/shell/testShell.py b/lib/portage/tests/sets/shell/testShell.py
17 index 58dc750bf..10e489d0e 100644
18 --- a/lib/portage/tests/sets/shell/testShell.py
19 +++ b/lib/portage/tests/sets/shell/testShell.py
20 @@ -1,5 +1,5 @@
21 # testCommandOututSet.py -- Portage Unit Testing Functionality
22 -# Copyright 2007 Gentoo Foundation
23 +# Copyright 2007-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 from portage.process import find_binary
27 @@ -16,7 +16,7 @@ class CommandOutputSetTestCase(TestCase):
28 pass
29
30 def testCommand(self):
31 -
32 +
33 params = set(test_cps)
34 command = find_binary("bash")
35 command += " -c '"