Signed-off-by: SZEDER Gábor <szeder.dev@xxxxxxxxx> --- t/t3200-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 503a88d02..e9f55ac04 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -1215,7 +1215,7 @@ test_expect_success 'use --edit-description' ' echo "New contents" >"$1" EOF EDITOR=./editor git branch --edit-description && - write_script editor <<-\EOF && + write_script editor <<-\EOF && git stripspace -s <"$1" >"EDITOR_OUTPUT" EOF EDITOR=./editor git branch --edit-description && -- 2.16.0.rc0.67.g3a46dbca7