mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-18 13:06:34 +05:30
Test multiple shells
This commit is contained in:
parent
bdafc47ed3
commit
2d55cacc7e
17 changed files with 315 additions and 259 deletions
|
|
@ -9,7 +9,9 @@ export LC_ALL='C'
|
|||
|
||||
SCRIPT_DIR="$(CDPATH='' cd -- "$(dirname -- "${0:?}")" && pwd -P)"
|
||||
|
||||
export TEST_SHELL='/bin/sh'
|
||||
if [ -z "${HBLOCK_TEST_SHELL+x}" ]; then
|
||||
export HBLOCK_TEST_SHELL='/bin/sh'
|
||||
fi
|
||||
|
||||
export HBLOCK_OUTPUT_FILE='/dev/null'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue