llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg

import lit.formats

config.test_format = lit.formats.ShTest(execute_external=False)
config.substitutions.append(("%{cmds-with-newlines}", """
echo abc |
FileCheck %s &&
false
"""))