diff options
Diffstat (limited to 'test/test_usr1.py')
-rw-r--r-- | test/test_usr1.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |