File: test_helper.bash

package info (click to toggle)
bats-support 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: sh: 132; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
setup() {
  export TEST_MAIN_DIR="${BATS_TEST_DIRNAME}/.."

  # Load library.
  load '../load'
}