mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Formatting
This commit is contained in:
parent
ba7109169d
commit
2acf25e065
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue