test_tarsnap.sh 341 B

123456789101112131415
  1. #!/bin/sh
  2. ### Find script directory and load helper functions.
  3. scriptdir=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)
  4. . "${scriptdir}/shared_test_functions.sh"
  5. ### Project-specific constants and setup
  6. out="${bindir}/tests-output"
  7. out_valgrind="${bindir}/tests-valgrind"
  8. ### Run tests using project-specific constants
  9. run_scenarios