]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix test_auth.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 27 Jan 2015 18:04:31 +0000 (18:04 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 27 Jan 2015 18:04:31 +0000 (18:04 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_auth.py

index b61531b1b31a043926c318f92f47d29f0d638a81..9e67caac31976f03a721f7c27445398d11f9f46c 100644 (file)
@@ -37,7 +37,8 @@ class AccountFileCheckerKeyTests(unittest.TestCase):
     def setUp(self):
         self.account_file = filepath.FilePath(self.mktemp())
         self.account_file.setContent(DUMMY_ACCOUNTS)
-        self.checker = auth.AccountFileChecker(None, self.account_file.path)
+        abspath = abspath_expanduser_unicode(self.account_file.path)
+        self.checker = auth.AccountFileChecker(None, abspath)
 
     def test_unknown_user(self):
         """