diff --git a/tests/ongoing.sh b/tests/ongoing.sh new file mode 100755 index 0000000..3ecf6d6 --- /dev/null +++ b/tests/ongoing.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" + +cd "$DIR"/.. || exit + +source ./_reformat-common.bash + +setUp() { + cd "$DIR"/.. || exit +} + +# shellcheck disable=SC1091 +source shunit2