t/README: add a bit more Don'ts
commitad78585eeebd8d5ac596ad4f06f549734ce9d870
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Jun 2012 16:44:56 +0000 (12 09:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2012 04:56:13 +0000 (24 21:56 -0700)
tree109f0d7013f1eaab265842467db1b187225d6b80
parent7096b6486e40f509ee53448596b3cdb86360ad3e
t/README: add a bit more Don'ts

Add a few more advices that we often have to give to new test
writers.

Also update an example where a double quote pair is used to enclose
a test body to use a single quote pair, which is more readable and
more importantly gives saner semantics for variable substitution.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README