$BATS_TMPDIR
–
Path to Directory for Temporary Files
$BATS_TMPDIR
is the path to the base directory used by bats to create temporary files.
Links
Examples
- Print path to directory
1 2 3
@test "Example" { echo "$BATS_TMPDIR" >&3 }
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_TMPDIR - 立即试用!