We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6966c2a + bac220e commit bc67be0Copy full SHA for bc67be0
t/t1001-read-tree-m-2way.sh
@@ -362,7 +362,7 @@ test_expect_success 'a/b (untracked) vs a case setup.' '
362
test_expect_success 'a/b (untracked) vs a, plus c/d case test.' '
363
read_tree_u_must_fail -u -m "$treeH" "$treeM" &&
364
git ls-files --stage &&
365
- test -f a/b
+ test_path_is_file a/b
366
'
367
368
test_expect_success 'read-tree supports the super-prefix' '
0 commit comments