$BATS_TEST_DIRNAME: Parent Directory of The Test File

$BATS_TEST_DIRNAME is the path to the directory containing the current bats test file

Examples

Print parent directory path
1
2
3
@test "Example" {
  echo "Parent: $BATS_TEST_DIRNAME" >&3
}
BashSupport Pro ist eine Bash IDE mit Unterstützung für $BATS_TEST_DIRNAMEprobieren Sie es aus!
© 2020–2023 Joachim Ansorg
Impressum
Datenschutz
Rechtliches