mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
tests/invocation.sh: use printf to omit the newline again
This commit is contained in:
@@ -199,7 +199,7 @@ test_file() {
|
|||||||
rm -f "${temp_dir}/home/fish/config.fish"
|
rm -f "${temp_dir}/home/fish/config.fish"
|
||||||
fi
|
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
|
# The hoops we are jumping through here, with changing directory are
|
||||||
# so that we always execute fish as './fish', which means that any
|
# so that we always execute fish as './fish', which means that any
|
||||||
|
|||||||
Reference in New Issue
Block a user