Skip to content

Commit

Permalink
Fix typo in debug stanza of t2001
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Yann Dirson authored and Junio C Hamano committed Jan 8, 2006
1 parent 3ac0ebb commit 36071af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2001-checkout-cache-clash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 36071af

Please sign in to comment.