t1200: work around a bug in some implementations of "find"
commit15caa41053c465aeabb1a0d2d3d3c12d701bc62d
authorJunio C Hamano <gitster@pobox.com>
Sat, 26 Dec 2009 21:53:45 +0000 (26 13:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Dec 2009 21:59:31 +0000 (26 13:59 -0800)
tree5d09c52cdf751eff786ba3f77bc5b4ef2d0eb759
parent902f235378cb2b2f6dd5dd664b9630c95321f0ae
t1200: work around a bug in some implementations of "find"

"find path ..." command should exit with zero status only when all path
operands were traversed successfully.  When a non-existent path is given,
however, some implementations of "find" (e.g. OpenBSD 4.6) exit with zero
status and break the last test in t1200.

Rewrite the test to check that there is no regular files in the objects
fan-out directories to work around this bug; it is closer to what we are
testing anyway.

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