diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-02 15:06:03 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-02 15:06:03 +0900 |
commit | d027b467fcb526433902b024a5d30844d9346e57 (patch) | |
tree | 6def44c1d582c01328a6f0f1b1d5ddc678832470 /t | |
parent | Merge branch 'ah/doc-pretty-format-fix' (diff) | |
parent | t5531: fix test description (diff) | |
download | tgif-d027b467fcb526433902b024a5d30844d9346e57.tar.xz |
Merge branch 'sb/t5531-update-desc'
The description strings for a few tests have been updated.
* sb/t5531-update-desc:
t5531: fix test description
Diffstat (limited to 't')
-rwxr-xr-x | t/t5531-deep-submodule-push.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh index 57ba322628..23c533e82e 100755 --- a/t/t5531-deep-submodule-push.sh +++ b/t/t5531-deep-submodule-push.sh @@ -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 |