Tests: minor fixes and style.

This commit is contained in:
Andrei Zeliankou
2020-04-14 02:35:04 +01:00
parent 58cc13ab29
commit 0bfa09dfa0
16 changed files with 99 additions and 175 deletions

View File

@@ -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)