refs: delete pack_refs() in favor of refs_pack_refs()
[gitweb.git] / t / t8002-blame.sh
index c6347ad8fde4fec09d96269ef8de4bcdd3bea275..380e1c1054de5d55a80cb558fea0791884ad7f38 100755 (executable)
@@ -114,4 +114,8 @@ test_expect_success 'blame --abbrev=40 behaves like -l' '
        check_abbrev 39 --abbrev=40 ^HEAD
 '
 
+test_expect_success '--no-abbrev works like --abbrev=40' '
+       check_abbrev 40 --no-abbrev
+'
+
 test_done