Skip to content

Commit 4e391ab

Browse files
committed
tests/invocation.sh: use printf to omit the newline again
1 parent 09d0f77 commit 4e391ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/invocation.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ test_file() {
199199
rm -f "${temp_dir}/home/fish/config.fish"
200200
fi
201201

202-
echo "Testing file $file ${system_specific:+($system_name specific) }... "
202+
printf "Testing file $file ${system_specific:+($system_name specific) }... "
203203

204204
# The hoops we are jumping through here, with changing directory are
205205
# so that we always execute fish as './fish', which means that any

0 commit comments

Comments
 (0)