Skip to content

Commit 2a0d1a5

Browse files
periperidipgitster
authored andcommitted
t7401: add a NEEDSWORK
Add a NEEDSWORK regarding the outdated syntax and working of the test, which may need to be improved to obtain better and desired results. While at it, change the word 'test' to 'test script' in the test description to avoid ambiguity. Mentored-by: Christian Couder <[email protected]> Mentored-by: Kaartic Sivaraam <[email protected]> Helped-by: Taylor Blau <[email protected]> Signed-off-by: Shourya Shukla <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a4fdee commit 2a0d1a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

t/t7401-submodule-summary.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
test_description='Summary support for submodules
77
8-
This test tries to verify the sanity of summary subcommand of git submodule.
8+
This test script tries to verify the sanity of summary subcommand of git submodule.
99
'
10+
# NEEDSWORK: This test script is old fashioned and may need a big cleanup due to
11+
# various reasons, one of them being that there are lots of commands taking place
12+
# outside of 'test_expect_success' block, which is no longer in good-style.
1013

1114
. ./test-lib.sh
1215

0 commit comments

Comments
 (0)