Also refactor util.sh in the process, so test scripts become easier to write (inspired in part by lake's test suite).
3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
export ${TEST_VARS}
|
|
source "$TEST_DIR/util.sh"
|