Merge branch 'sg/complete-decorate-full-not-long' into maint
[gitweb.git] / t / t1007-hash-object.sh
index f83df8eb8b143086df00e163a30ad96e43404001..ebb3a69c8cd68a51184f809357bb60cb7b35f928 100755 (executable)
@@ -201,4 +201,12 @@ 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_done