forked from rpms/leapp-repository
22 lines
760 B
Diff
22 lines
760 B
Diff
|
From d1a7170b5076f03673b17ffd56dd4eb121f4ae2c Mon Sep 17 00:00:00 2001
|
||
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
||
|
Date: Thu, 23 Mar 2023 17:11:33 +0100
|
||
|
Subject: [PATCH 20/30] Set encoding for tests
|
||
|
|
||
|
---
|
||
|
.../common/actors/rootscanner/tests/test_rootscanner.py | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py b/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
||
|
index d0e5626a..659a3017 100644
|
||
|
--- a/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
||
|
+++ b/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
||
|
@@ -1,3 +1,4 @@
|
||
|
+# -*- coding: utf-8 -*-
|
||
|
import os
|
||
|
import shutil
|
||
|
import tempfile
|
||
|
--
|
||
|
2.40.1
|
||
|
|