mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-30 09:47:12 +08:00
Formatting
This commit is contained in:
parent
ba7109169d
commit
2acf25e065
@ -47,7 +47,7 @@ fi
|
|||||||
local -i retval=0
|
local -i retval=0
|
||||||
|
|
||||||
for suite in $tests; do
|
for suite in $tests; do
|
||||||
header "${suite#"$TEST_DIR"}"
|
header "${suite#"$ROOT_DIR/"}"
|
||||||
"$zsh_bin" -f "$suite" || retval=$?
|
"$zsh_bin" -f "$suite" || retval=$?
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user