$BATS_RUN_TMPDIR
–
Path to Directory For Temporary bats Files
$BATS_RUN_TMPDIR
is the path to a directory, where bats stores its own temporary files.
Links
Examples
- Print directory
1 2 3
@test "Example" { echo "$BATS_RUN_TMPDIR" >&3 }
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_RUN_TMPDIR von bats-core - probieren Sie es jetzt aus!