Browse Source
This fixes comparisons when files are not Unicode-encoded.
A relevant unit test is included.
It can be used as a base for other _cmp_file method unit tests
if the need arises.
Change-Id: Ic638516eb92d24ad247a7866fd1b5e2ac0400388
Closes-Bug: #1913952
(cherry picked from commit 8e3027c542
)
changes/94/775594/1
3 changed files with 30 additions and 1 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
fixes: |
||||
- | |
||||
Fixes an issue with the ``kolla_set_configs --check`` command when |
||||
the compared files are non-Unicode. |
||||
`LP#1913952 <https://launchpad.net/bugs/1913952>`__ |
Loading…
Reference in new issue