import lit.formats

config.name = "shtest-umask"
config.suffixes = [".txt"]
config.test_format = lit.formats.ShTest(execute_external=False)
if sys.platform.startswith("win") or sys.platform.startswith("cygwin"):
    config.available_features.add("system-windows")
