ref_transaction_commit(): do not capitalize error messages
[gitweb.git] / t / t1007-hash-object.sh
index 7c3dcfb70ccb32314eb0a95edb0d2522936f48dd..7d2baa15bbd0bbbe8c12631ad2d24b77e90b8775 100755 (executable)
@@ -201,6 +201,14 @@ test_expect_success 'corrupt tag' '
        test_must_fail git hash-object -t tag --stdin </dev/null
 '
 
+test_expect_success 'hash-object complains about bogus type name' '
+       test_must_fail git hash-object -t bogus --stdin </dev/null
+'
+
+test_expect_success 'hash-object complains about truncated type name' '
+       test_must_fail git hash-object -t bl --stdin </dev/null
+'
+
 test_expect_success '--literally' '
        t=1234567890 &&
        echo example | git hash-object -t $t --literally --stdin