oz123 10 rokov pred
rodič
commit
b830246320
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pwman/tests/test_complete_ui.py

+ 1 - 1
pwman/tests/test_complete_ui.py

@@ -48,7 +48,7 @@ class Ferrum(unittest.TestCase):
         logfile = open(lfile, 'w')
         child = pexpect.spawn(os.path.join(os.path.dirname(__file__),
                                            '../../scripts/pwman3') +
-                              ' -d '+OLD_DB_PATH, logfile=lfile)
+                              ' -d '+OLD_DB_PATH, logfile=logfile)
 
         rv = child.expect(_db_warn, timeout=5)
         if rv != 0: