Skip to content

Commit 4083971

Browse files
committed
Merge branch 'cc/pretty-contents-size' into master
Brown-paper-bag fix. * cc/pretty-contents-size: t6300: fix issues related to %(contents:size)
2 parents dc3c6fb + 3db796c commit 4083971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t6300-for-each-ref.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ test_atom() {
6666
esac
6767
# Leave $expect unquoted to lose possible leading whitespaces
6868
echo $expect >expected
69-
test_expect_${4:-sucess} $PREREQ "basic atom: $1 contents:size" '
69+
test_expect_${4:-success} $PREREQ "basic atom: $1 contents:size" '
7070
git for-each-ref --format="%(contents:size)" "$ref" >actual &&
71-
test_cmp expect actual
71+
test_cmp expected actual
7272
'
7373
fi
7474
}

0 commit comments

Comments
 (0)