Oz N Tiram преди 8 години
родител
ревизия
b4334e31ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/test_config.py

+ 1 - 1
tests/test_config.py

@@ -64,7 +64,7 @@ class TestConfig(unittest.TestCase):
     #                                                     'algorithm'))
 
     def test_has_user_history(self):
-        self.assertEqual(os.path.expanduser('~/.pwman/history'),
+        self.assertEqual(os.path.expanduser(os.path.join("pwman", "history")),
                          self.conf.get_value('Readline', 'history'))
 
     def test_has_user_db(self):