summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Dirson <ydirson@altern.org>2006-01-08 00:38:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-01-08 02:13:44 (GMT)
commit36071af305d1491087661b8ad60ef57bf4d19394 (patch)
treeedbdef8cff1377c7f14c2184fb1985b9accdf4ea
parent3ac0ebbba4d2d47ca2f4a674afead830f76ca256 (diff)
downloadgit-36071af305d1491087661b8ad60ef57bf4d19394.zip
git-36071af305d1491087661b8ad60ef57bf4d19394.tar.gz
git-36071af305d1491087661b8ad60ef57bf4d19394.tar.bz2
Fix typo in debug stanza of t2001
Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xt/t2001-checkout-cache-clash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2001-checkout-cache-clash.sh b/t/t2001-checkout-cache-clash.sh
index b1c5263..0dcab8f 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' \