Formatting

This commit is contained in:
Eric Freese 2016-03-15 09:20:07 -06:00
parent ba7109169d
commit 2acf25e065

View file

@ -47,7 +47,7 @@ fi
local -i retval=0
for suite in $tests; do
header "${suite#"$TEST_DIR"}"
header "${suite#"$ROOT_DIR/"}"
"$zsh_bin" -f "$suite" || retval=$?
done