Commit 264040c
committed
t2107: modernize path existence check
Replace '! test -f' with 'test_path_is_missing' for better
debugging information when the assertion fails.
Found using: git grep "test -[efd]" t/t????-*.sh
Signed-off-by: Aditya <adityabnw07@gmail.com>1 parent ca1db8a commit 264040c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments