mirror of
https://github.com/git/git.git
synced 2026-08-04 15:11:09 +00:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
95d6787973
commit
7e95fcb4b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user