Browse Source

tests: Run tests with NOUNSET

pull/451/head
Matthew Martin 6 years ago
parent
commit
18517cc98e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/test-highlighting.zsh

+ 2
- 0
tests/test-highlighting.zsh 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."

Loading…
Cancel
Save