oz123 před 10 roky
rodič
revize
b830246320
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: