From 0bfa09dfa0ec6a1474ba30d0e1f8aea832fbc1fc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 14 Apr 2020 02:35:04 +0100 Subject: Tests: minor fixes and style. --- test/test_usr1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_usr1.py') diff --git a/test/test_usr1.py b/test/test_usr1.py index 204e2e0c..155303ea 100644 --- a/test/test_usr1.py +++ b/test/test_usr1.py @@ -55,7 +55,7 @@ class TestUSR1(TestApplicationPython): self.load('log_body') log_new = 'new.log' - log_path = self.testdir + '/' + 'unit.log' + log_path = self.testdir + '/unit.log' log_path_new = self.testdir + '/' + log_new os.rename(log_path, log_path_new) -- cgit