From: Yann Dirson Date: Sun, 8 Jan 2006 00:38:43 +0000 (+0100) Subject: Fix typo in debug stanza of t2001 X-Git-Tag: v1.0.8^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36071af305d1491087661b8ad60ef57bf4d19394;p=git.git Fix typo in debug stanza of t2001 Signed-off-by: Yann Dirson Signed-off-by: Junio C Hamano --- diff --git a/t/t2001-checkout-cache-clash.sh b/t/t2001-checkout-cache-clash.sh index b1c5263a9..0dcab8f1d 100755 --- a/t/t2001-checkout-cache-clash.sh +++ b/t/t2001-checkout-cache-clash.sh @@ -74,7 +74,7 @@ test_debug 'show_files $tree3' test_expect_success \ 'read previously written tree and checkout.' \ 'git-read-tree $tree2 && git-checkout-index -f -a' -test_debug show_files $tree2 +test_debug 'show_files $tree2' test_expect_success \ 'checking out conflicting path with -f' \