tests: Run tests with NOUNSET

This commit is contained in:
Matthew Martin 2017-11-02 19:25:23 -05:00
parent 459c128f43
commit 18517cc98e

View File

@ -29,6 +29,8 @@
# -------------------------------------------------------------------------------------------------
setopt NOUNSET
# Check an highlighter was given as argument.
[[ -n "$1" ]] || {
echo >&2 "Bail out! You must provide the name of a valid highlighter as argument."