Skip to content

Commit 4759f9c

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/t1006-cat-file.sh

+5-5
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' '
607-
git branch "foo{bar" &&
608-
git branch "foo@"
606+
test_expect_success 'setup with curly braches in input' '
607+
git branch "foo{bar" HEAD &&
608+
git branch "foo@" HEAD
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)