t/README: correct an exception when breaking a && chain in tests
commitbdcaa325b47fcacfecb781a28801aafc249ba288
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 21 Jul 2010 00:01:01 +0000 (20 19:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jul 2010 18:52:26 +0000 (21 11:52 -0700)
tree1b315f9d1d234d8c857d098683fc2849e5c8a3d8
parent77b5be2abab69a69618dd40a6ca8b754388b8216
t/README: correct an exception when breaking a && chain in tests

The correct advice should have been taken from c289c31 (t/t7006: ignore
return status of shell's unset builtin, 2010-06-02).  A real-life issue
we experienced was with "unset", not with "export" (exporting an
unset variable may have similar portability issues, though).

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