Elijah Newren wrote: > +++ b/t/t5550-http-fetch.sh > @@ -93,9 +93,7 @@ test_expect_success 'fetch notices corrupt idx' ' > ' > > test_expect_success 'did not use upload-pack service' ' > - grep '/git-upload-pack' <"$HTTPD_ROOT_PATH"/access.log >act > - : >exp > - test_cmp exp act > + ! grep '/git-upload-pack' <"$HTTPD_ROOT_PATH"/access.log >act Wait a moment: this writes its output to act instead of stdout, so one still does _not_ get to see the output when debugging with -v. Probably the nontrivial changes (this one and adding a SYMLINKS prereq) should be split off as separate patches or mentioned in the log message? Pro tip: if all that remains is tiny tweaks like these, you can probably ask Junio to amend instead of resending everything. :) -- 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