Add tests for 'run' and fix non-POSIX behavior

This commit is contained in:
Andrew Dunham 2021-07-12 22:36:20 -04:00
parent d7586c4071
commit dafb44313c
5 changed files with 148 additions and 7 deletions

View file

@ -9,11 +9,14 @@ test: lint test-dash test-bash
test-ash:
@cd test && ash ./lib_test.sh
@cd test && ash ./run_test.sh
test-dash:
@cd test && dash ./lib_test.sh
@cd test && dash ./run_test.sh
test-bash:
@cd test && bash ./lib_test.sh
@cd test && bash ./run_test.sh
.PHONY: lint test test-dash test-bash