Fixed indention problem that caused the second TIPC test to run on systems without TIPC

This commit is contained in:
Christian Heimes 2008-01-07 19:58:41 +00:00
parent aa0665ba17
commit 4d7e6702e9

View file

@ -1186,7 +1186,7 @@ def test_main():
tests.append(TestLinuxAbstractNamespace)
if isTipcAvailable():
tests.append(TIPCTest)
tests.append(TIPCThreadableTest)
tests.append(TIPCThreadableTest)
thread_info = test_support.threading_setup()
test_support.run_unittest(*tests)