Kevin Foley writes: > The attached patch kills the buffer of the file modified > during testing to prevent leaving the repo in a dirty state.
Thanks. I applied it in 7a2b785d6 with a small tweak so that a buffer rather than a buffer name is passed to kill-buffer. In the context of the tests, the buffer name "babel.org" is very likely to be the one we intend to kill, but I think it's better to use the actual buffer object.