Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Alas, in a copy-and-paste gone wrong, 07ef3c6604 gets the name of the > blob (but not the commit) from "server" instead of $SERVER. And this > happens to work because the first time we call this helper, $SERVER is > "server". The only reason this happens to work at all is that we're > looking at a blob id; if we looked at the commit id, then the > timestamps wouldn't have matched. > > Thanks, the fix is obviously correct. > > Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> > > Particularly telling that the author of 07ef3c6604 introduced this > typo while trying to make the tests _more_ robust. ;-) Thanks both.