Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 02/68] lib/portage/tests/util/test_normalizedPath.py: fix whitespace
Date: Mon, 03 Aug 2020 22:43:45
Message-Id: 20200803224327.1593726-2-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 * Fix whitespace
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/tests/util/test_normalizedPath.py | 6 +++---
7 1 file changed, 3 insertions(+), 3 deletions(-)
8
9 diff --git a/lib/portage/tests/util/test_normalizedPath.py b/lib/portage/tests/util/test_normalizedPath.py
10 index f993886ac..6e5b53643 100644
11 --- a/lib/portage/tests/util/test_normalizedPath.py
12 +++ b/lib/portage/tests/util/test_normalizedPath.py
13 @@ -1,13 +1,13 @@
14 # test_normalizePath.py -- Portage Unit Testing Functionality
15 -# Copyright 2006 Gentoo Foundation
16 +# Copyright 2006-2020 Gentoo Authors
17 # Distributed under the terms of the GNU General Public License v2
18
19 from portage.tests import TestCase
20
21 class NormalizePathTestCase(TestCase):
22 -
23 +
24 def testNormalizePath(self):
25 -
26 +
27 from portage.util import normalize_path
28 path = "///foo/bar/baz"
29 good = "/foo/bar/baz"
30 --
31 2.28.0