We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e5bca + 7966230 commit 7605881Copy full SHA for 7605881
1 file changed
t/t3404-rebase-interactive.sh
@@ -1234,7 +1234,7 @@ test_expect_success 'tabs and spaces are accepted in the todolist' '
1234
# Turn single spaces into space/tab mix
1235
sed "1s/ / /g; 2s/ / /g; 3s/ / /g" "$1"
1236
printf "\n\t# comment\n #more\n\t # comment\n"
1237
- ) >$1.new
+ ) >"$1.new"
1238
mv "$1.new" "$1"
1239
EOF
1240
test_set_editor "$(pwd)/add-indent.sh" &&
0 commit comments