]> granicus.if.org Git - python/commitdiff
Fixed indention problem that caused the second TIPC test to run on systems without...
authorChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2008 19:58:41 +0000 (19:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2008 19:58:41 +0000 (19:58 +0000)
Lib/test/test_socket.py

index 45f0434b1db7e933fad23266b6e07eeb54337b0c..4b30db8e7fcf92b71f7e94219eb2d8a4c8ca6f5b 100644 (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)