git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] t5601: modernize test by using test_path_is_file
@ 2025-04-07 19:55 ayushjaiswal12123
  2025-04-07 19:55 ` [PATCH 1/1] " ayushjaiswal12123
  0 siblings, 1 reply; 3+ messages in thread
From: ayushjaiswal12123 @ 2025-04-07 19:55 UTC (permalink / raw)
  To: git; +Cc: ayushjaiswal12123

From: Ayush Jaiswal <ayushjaiswal12123@gmail.com>

This patch updates a test in `t5601-clone.sh` to use `test_path_is_file` 
instead of manually comparing file output using `test_cmp`. 

This aligns the test with Git’s modern test practices and improves readability.

The updated test was verified to pass using Git's test suite.


Ayush Jaiswal (1):
  t5601: modernize test by using test_path_is_file

 t/t5601-clone.sh | 948 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 948 insertions(+)
 create mode 100644 t/t5601-clone.sh

-- 
2.49.0-rc0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-08  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 19:55 [PATCH 0/1] t5601: modernize test by using test_path_is_file ayushjaiswal12123
2025-04-07 19:55 ` [PATCH 1/1] " ayushjaiswal12123
2025-04-08  3:01   ` Lucas Seiki Oshiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).