From: Jonathan Nieder Date: Sun, 27 Jul 2008 04:53:30 +0000 (-0500) Subject: t6030 (bisect): work around Mac OS X "ls" X-Git-Tag: v1.6.0-rc1~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b890fa33a41c0976171d80590286d2bc8bda3df6?hp=b890fa33a41c0976171d80590286d2bc8bda3df6 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 Acked-by: Christian Couder Signed-off-by: Junio C Hamano ---