From: Junio C Hamano Date: Wed, 26 Apr 2006 09:27:59 +0000 (-0700) Subject: t0000-basic: Add ls-tree recursive test back. X-Git-Tag: v1.4.0-rc1~215 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fdeb6bf55b7c578ce1735092c6dfbf6968cbee5c?ds=inline;hp=fdeb6bf55b7c578ce1735092c6dfbf6968cbee5c t0000-basic: Add ls-tree recursive test back. When we updated ls-tree recursive output to omit the tree nodes, 246cc52f388cae8ca99e5a12b8458c9bfa467765 adjusted the old test so that we do not expect to see trees in its output. Later, with 0f8f45cb4a7e664b396f73c25891da46b953b8b8, we added back the ability to show both with -t option, but we forgot to update the test as well. Signed-off-by: Junio C Hamano ---