Skip to content

Commit f6e6e7a

Browse files
committed
Can I get rid of the FUNNYNAME requirement?
1 parent 83e483e commit f6e6e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t1006-cat-file.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -603,18 +603,18 @@ test_expect_success FUNNYNAMES '--batch-check, -Z with newline in input' '
603603
test_cmp expect actual
604604
'
605605

606-
test_expect_success FUNNYNAMES 'setup with curly braches in input' '
606+
test_expect_success 'setup with curly braches in input' '
607607
git branch "foo{bar" &&
608608
git branch "foo@"
609609
'
610610

611-
test_expect_success FUNNYNAMES 'object reference with curly brace' '
611+
test_expect_success 'object reference with curly brace' '
612612
git cat-file -p "foo{bar:hello" >actual &&
613613
git cat-file -p HEAD:hello >expect &&
614614
test_cmp expect actual
615615
'
616616

617-
test_expect_success FUNNYNAMES 'object reference with at-sign' '
617+
test_expect_success 'object reference with at-sign' '
618618
git cat-file -p "foo@@{0}:hello" >actual &&
619619
git cat-file -p HEAD:hello >expect &&
620620
test_cmp expect actual

0 commit comments

Comments
 (0)