t5531: fix test description

The description of the test was not enclosed in single quotes, which broke the coloring scheme that I am used to. Upon closer inspection the test is good, but the description is a bit vague. So extend the description of the first test. While at it align the description of the file to match what we actually test in the file. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Stefan Beller committed May 22, 2017 at 12:01 UTC 7e95fcb4b571b52fb15300c9f8ab6425b472b856
1 file changed +2 -2
t/t5531-deep-submodule-push.sh
+2 -2
@@ -1,6 +1,6 @@
1 #!/bin/sh
2
3 -test_description='unpack-objects'
3 +test_description='test push with submodules'
4
5 . ./test-lib.sh
6
@@ -27,7 +27,7 @@ test_expect_success setup '
27 )
28 '
29
30 -test_expect_success push '
30 +test_expect_success 'push works with recorded gitlink' '
31 (
32 cd work &&
33 git push ../pub.git master