driver: Follow-up to grandparent: Have all test suite entry points declare the mock $region_highlight.
tests/generate.zsh already does this.
This commit is contained in:
parent
810c2dcede
commit
d9a7963970
|
@ -48,6 +48,7 @@
|
|||
}
|
||||
|
||||
# Load the main script.
|
||||
typeset -a region_highlight
|
||||
. ${0:h:h}/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Activate the highlighter.
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
# Load the main script.
|
||||
typeset -a region_highlight
|
||||
. ${0:h:h}/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Activate the highlighter.
|
||||
|
|
Loading…
Reference in New Issue