From a17e6fa4e8580c29435dfe1edcdf46b2e2fa5eb0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 23 Jan 2019 22:14:21 +0100 Subject: [PATCH] tests/invocation: Remove one more `echo -n` This one was purely cosmetic in the runner output. --- tests/invocation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/invocation.sh b/tests/invocation.sh index 831157208..ade86da2b 100755 --- a/tests/invocation.sh +++ b/tests/invocation.sh @@ -199,7 +199,7 @@ test_file() { rm -f "${temp_dir}/home/fish/config.fish" fi - echo -n "Testing file $file ${system_specific:+($system_name specific) }... " + echo "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