Browse Source

[master] Merge branch 'trac869'

JINMEI Tatuya 13 years ago
parent
commit
56d5c4a16e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/xfrout/tests/xfrout_test.py.in

+ 1 - 1
src/bin/xfrout/tests/xfrout_test.py.in

@@ -922,7 +922,7 @@ class TestInitialization(unittest.TestCase):
         self.setEnv("BIND10_XFROUT_SOCKET_FILE", None)
         xfrout.init_paths()
         self.assertEqual(xfrout.UNIX_SOCKET_FILE,
-                         "@@LOCALSTATEDIR@@/@PACKAGE_NAME@/auth_xfrout_connn")
+                         "@@LOCALSTATEDIR@@/@PACKAGE_NAME@/auth_xfrout_conn")
 
     def testProvidedSocket(self):
         self.setEnv("B10_FROM_BUILD", None)