Jeff King [off-list ref] writes:
On Wed, Dec 14, 2011 at 07:23:14PM -0800, Junio C Hamano wrote:
quoted
Jeff King [off-list ref] writes:
quoted
This correctly detects the bug in t7006. I can't decide if it's clever
or ugly.
I would say it falls on the latter side of the line by small margin. Let's
do the /dev/null thing and be done with it.
Darn, I wanted to post it on my fridge with an "A+".
Heh.
If it were without the perl "tell" bits, it would have been "clever and
clean", perhaps like
arrange the following to read from t/random-stdin file
- run the test script
- "read x"
compare the $x you just read with t/random-stdin file
But I think it is good enough to be stupid and clean.
Here's a cleaned-up version of the /dev/null one.
Thanks.