mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 19:22:45 +08:00
tests/invocation.sh: use printf to omit the newline again
This commit is contained in:
parent
09d0f7741d
commit
4e391abe3c
|
@ -199,7 +199,7 @@ test_file() {
|
|||
rm -f "${temp_dir}/home/fish/config.fish"
|
||||
fi
|
||||
|
||||
echo "Testing file $file ${system_specific:+($system_name specific) }... "
|
||||
printf "Testing file $file ${system_specific:+($system_name specific) }... "
|
||||
|
||||
# The hoops we are jumping through here, with changing directory are
|
||||
# so that we always execute fish as './fish', which means that any
|
||||
|
|
Loading…
Reference in New Issue
Block a user