]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t7401: add a NEEDSWORK
authorShourya Shukla <shouryashukla.oo@gmail.com>
Fri, 21 Aug 2020 16:59:52 +0000 (22:29 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Aug 2020 18:47:56 +0000 (11:47 -0700)
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 <chriscool@tuxfamily.org>
Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Helped-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7401-submodule-summary.sh

index 1491ab6448f4b704d2e10e8ba18e0c7feefa5c45..cc87d26619477dfc1c330ae3a0a6cf498e5bdad1 100755 (executable)
@@ -5,8 +5,11 @@
 
 test_description='Summary support for submodules
 
-This test tries to verify the sanity of summary subcommand of git submodule.
+This test script tries to verify the sanity of summary subcommand of git submodule.
 '
+# NEEDSWORK: This test script is old fashioned and may need a big cleanup due to
+# various reasons, one of them being that there are lots of commands taking place
+# outside of 'test_expect_success' block, which is no longer in good-style.
 
 . ./test-lib.sh