git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [GSoC][PATCH] microporject test_path_is_*
@ 2019-03-27 12:24 Mooga
  2019-03-27 17:05 ` Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Mooga @ 2019-03-27 12:24 UTC (permalink / raw)
  To: git


So for example  that is git diff

diff --git a/t/t2400-worktree-add.sh b/t/t2400-worktree-add.sh
index 286bba35d8..fc82965a0f 100755
--- a/t/t2400-worktree-add.sh
+++ b/t/t2400-worktree-add.sh
@@ -66,7 +66,7 @@ test_expect_success '"add" worktree' '
test_expect_success '"add" worktree with lock' '
        git rev-parse HEAD >expect &&
        git worktree add --detach --lock here-with-lock master &&
-       test -f .git/worktrees/here-with-lock/locked
+       test_path_is_file .git/worktrees/here-with-lock/locked



I would like to hear feedback if I should commit 





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-28 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 12:24 [GSoC][PATCH] microporject test_path_is_* Mooga
2019-03-27 17:05 ` Elijah Newren
2019-03-27 20:29   ` Mooga
2019-03-28 16:02     ` Elijah Newren
2019-03-28 17:07       ` Mooga
2019-03-28 18:01         ` Elijah Newren

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).