mbox series

[0/1] t5601: modernize test by using test_path_is_file

Message ID 20250407195505.86-1-ayushjaiswal12123@gmail.com (mailing list archive)
Headers show
Series t5601: modernize test by using test_path_is_file | expand

Message

ayushjaiswal12123@gmail.com April 7, 2025, 7:55 p.m. UTC
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