Removed unnecessary 'zsh-' prefix.

This commit is contained in:
Sorin Ionescu 2011-04-23 14:16:32 -04:00
commit 41e84a0d9f
7 changed files with 10 additions and 10 deletions

View file

@ -33,7 +33,7 @@ local -a errors highlight_zone
local -A observed_result
# Load the main script.
. $(dirname $0)/../zsh-syntax-highlighting.zsh
. $(dirname $0)/../syntax-highlighting.zsh
# Process each test data file in data/.
for data_file in $(dirname $0)/data/*.zsh; do