Code

t6030 (bisect): work around Mac OS X "ls"
authorJonathan Nieder <jrnieder@uchicago.edu>
Sun, 27 Jul 2008 04:53:30 +0000 (23:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jul 2008 21:14:01 +0000 (14:14 -0700)
commitb890fa33a41c0976171d80590286d2bc8bda3df6
tree3dff2bcb88a6c841d423b89fbc72cf91340f6bb9
parent77ef80a83e652d65a26213bc276b33051524998f
t6030 (bisect): work around Mac OS X "ls"

t6030-bisect-porcelain.sh relies on "ls" exiting with nonzero
status when asked to list nonexistent files.  Unfortunately,
/bin/ls on Mac OS X 10.3 exits with exit code 0.  So look at
its output instead.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Acked-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6030-bisect-porcelain.sh