Skip to content

Commit 9af978f

Browse files
committed
Merge branch 'rc/t1001-test-path-is-file'
Test update. * rc/t1001-test-path-is-file: t1001: replace 'test -f' with 'test_path_is_file'
2 parents 6660b42 + bac220e commit 9af978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1001-read-tree-m-2way.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ test_expect_success 'a/b (untracked) vs a case setup.' '
362362
test_expect_success 'a/b (untracked) vs a, plus c/d case test.' '
363363
read_tree_u_must_fail -u -m "$treeH" "$treeM" &&
364364
git ls-files --stage &&
365-
test -f a/b
365+
test_path_is_file a/b
366366
'
367367

368368
test_expect_success 'read-tree supports the super-prefix' '

0 commit comments

Comments
 (0)