Test multiple shells

This commit is contained in:
Héctor Molinero Fernández 2020-10-26 22:55:15 +01:00
commit 2d55cacc7e
17 changed files with 315 additions and 259 deletions

View file

@ -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'