Issue #11049: added test_support to regrtest.STDTESTS list
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index c3d2fcb..9bb4307 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -800,6 +800,7 @@
     'test_unittest',
     'test_doctest',
     'test_doctest2',
+    'test_support'
 ]
 
 # set of tests that we don't want to be executed when using regrtest