$BATS_TEST_TMPDIR  –  Directory for Temporary Test Case Files

$BATS_TEST_TMPDIR is the path to the directory for all temporary files of the current test case.

Examples

Print directory path
1
2
3
@test "Example" {
  echo "Path: $BATS_TEST_TMPDIR" >&3
}
BashSupport Pro is a shell script IDE with support for bats-core’s $BATS_TEST_TMPDIRtry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal