oz123 10 سال پیش
والد
کامیت
b830246320
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: