Merge branch 'sb/t5531-update-desc'
The description strings for a few tests have been updated. * sb/t5531-update-desc: t5531: fix test descriptionmaint
commit
d027b467fc
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
test_description='unpack-objects'
|
||||
test_description='test push with submodules'
|
||||
|
||||
. ./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 &&
|
||||
git push ../pub.git master
|
||||
|
|
Loading…
Reference in New Issue