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
This commit is contained in:
commit
2ed824bce5
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
test_description='unpack-objects'
|
test_description='test push with submodules'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ test_expect_success setup '
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success push '
|
test_expect_success 'push works with recorded gitlink' '
|
||||||
(
|
(
|
||||||
cd work &&
|
cd work &&
|
||||||
git push ../pub.git master
|
git push ../pub.git master
|
||||||
|
Loading…
Reference in New Issue
Block a user