Junio C Hamano <gitster@xxxxxxxxx> writes: > I am very inclined to replace t3407 with the following. > > diff --git a/t/t3407-rebase-abort.sh b/t/t3407-rebase-abort.sh > index 37944c3..cadfb23 100755 > --- a/t/t3407-rebase-abort.sh > +++ b/t/t3407-rebase-abort.sh > @@ -4,7 +4,13 @@ test_description='git rebase --abort tests' > > . ./test-lib.sh > > +### Test that we handle strange characters properly > +work_dir="$(pwd)/test \" ' \$ \\ dir" > + Eh, I am sorry, but a slight change of plans. We would probably want to exclude backslash from the above, so that we do not get inconsistent test between DOSsy systems and others. I think your "trash directory" is a reasonable way to test a very common issue. SP is not all that unusual character to use in a pathname, especially created from within a GUI-ish environment. So probably we can do something similar here, like: work_dir="$(pwd)/test dir" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html