Browse Source

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
maint
Junio C Hamano 8 years ago
parent
commit
2ed824bce5
  1. 4
      t/t5531-deep-submodule-push.sh

4
t/t5531-deep-submodule-push.sh

@ -1,6 +1,6 @@ @@ -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 ' @@ -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…
Cancel
Save