mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
Add tests for 'run' and fix non-POSIX behavior
This commit is contained in:
parent
d7586c4071
commit
dafb44313c
5 changed files with 148 additions and 7 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue