git-svn: allow dcommit to retain local merge information
[gitweb.git] / t / t2001-checkout-cache-clash.sh
index b1c5263a91bd97e548c823301a494a74dbde09fe..b895a0fe36c1508b754d6ec78bdf0efe085abd70 100755 (executable)
@@ -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' \
@@ -84,4 +84,3 @@ test_expect_success \
      test ! -h path1/file1 && test -f path1/file1'
 
 test_done
-