Skip to content

Commit 2ed824b

Browse files
committed
Merge branch 'sb/t5531-update-desc' into maint
The description strings for a few tests have been updated. * sb/t5531-update-desc: t5531: fix test description
2 parents bba1c2b + 7e95fcb commit 2ed824b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t5531-deep-submodule-push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
test_description='unpack-objects'
3+
test_description='test push with submodules'
44

55
. ./test-lib.sh
66

@@ -27,7 +27,7 @@ test_expect_success setup '
2727
)
2828
'
2929

30-
test_expect_success push '
30+
test_expect_success 'push works with recorded gitlink' '
3131
(
3232
cd work &&
3333
git push ../pub.git master

0 commit comments

Comments
 (0)