Commit 1db985f
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 1db985f
1 file changed
+1
-1
lines changed| 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