lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
[gitweb.git] / t / t6006-rev-list-format.sh
index 2b7c0f0c67e0b3c1f6974a81401ead4696187cdd..b77d4c97c1102c4a9bf1313c7e9eb94a6936ac06 100755 (executable)
@@ -358,10 +358,7 @@ test_expect_success 'empty email' '
        test_tick &&
        C=$(GIT_AUTHOR_EMAIL= git commit-tree HEAD^{tree} </dev/null) &&
        A=$(git show --pretty=format:%an,%ae,%ad%n -s $C) &&
-       test "$A" = "A U Thor,,Thu Apr 7 15:14:13 2005 -0700" || {
-               echo "Eh? $A" >failure
-               false
-       }
+       verbose test "$A" = "A U Thor,,Thu Apr 7 15:14:13 2005 -0700"
 '
 
 test_expect_success 'del LF before empty (1)' '