Re: [PATCH 3/7] am: tighten a conditional that checks for $dotest

2013-04-23 Thread Junio C Hamano
Ramkumar Ramachandra writes: > We currently assume that, if a $dotest directory exists, an am had > been called earlier. This assumption might get our conditional to > match a stray $dotest directory created somewhere else,... Hmm. that explanation sounds like that is sweeping a real issue unde

[PATCH 3/7] am: tighten a conditional that checks for $dotest

2013-04-23 Thread Ramkumar Ramachandra
We currently assume that, if a $dotest directory exists, an am had been called earlier. This assumption might get our conditional to match a stray $dotest directory created somewhere else, and result in failures down the line. So, tighten the conditional by additionally looking for the file $dotes