diff options
author | 2006-01-07 21:32:48 -0800 | |
---|---|---|
committer | 2006-01-07 21:32:48 -0800 | |
commit | 8fc11b5aa98540f7caab87e22e5aae63512893a2 (patch) | |
tree | 42cc20556d8b4766d9a0adbcc2e32de22b9fc6c9 /t/t2001-checkout-cache-clash.sh | |
parent | GIT 1.0.7 (diff) | |
parent | mailsplit: allow empty input from stdin (diff) | |
download | tgif-8fc11b5aa98540f7caab87e22e5aae63512893a2.tar.xz |
GIT 1.0.8
Diffstat (limited to 't/t2001-checkout-cache-clash.sh')
-rwxr-xr-x | t/t2001-checkout-cache-clash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2001-checkout-cache-clash.sh b/t/t2001-checkout-cache-clash.sh index b1c5263a91..0dcab8f1de 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' \ |