Re: [PATCH v4] t1300: use test helpers instead of test builtins
From: Karthik Nayak <hidden>
Date: 2026-01-05 10:55:49
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2026-01-05 10:55:49
Pushkar Singh [off-list ref] writes:
Replace test -f and test -h checks with test_path_is_file and test_path_is_symlink. Using the test framework helpers provides clearer diagnostics and keeps tests consistent across the suite. Signed-off-by: Pushkar Singh <redacted>
This version looks good to me. Thanks. [snip]