7 lines · plain
1## Tests that the LIT_CURRENT_TESTCASE variable is set to the name of the currently executing testcase2 3## Check default environment.4# RUN: bash -c 'echo $LIT_CURRENT_TESTCASE' | FileCheck --match-full-lines %s5#6# CHECK: shtest-env :: env-current-testcase.txt7