Switch ABI Testsuite to use the internal lit shell. (#429)
diff --git a/ABI-Testsuite/test/lit.site.cfg b/ABI-Testsuite/test/lit.site.cfg
index 0e1f727..fb46e6c 100755
--- a/ABI-Testsuite/test/lit.site.cfg
+++ b/ABI-Testsuite/test/lit.site.cfg
@@ -14,8 +14,7 @@
#
# For now we require '&&' between commands, until they get globally killed and
# the test runner updated.
-config.test_format = lit.formats.ShTest(execute_external=True,
- force_execute_external=True)
+config.test_format = lit.formats.ShTest()
# suffixes: A list of file extensions to treat as test files.
config.suffixes = [".c", ".cpp"]