From: Caleb Tillman <caleb.tillman@gmail.com>
To: git@vger.kernel.org
Cc: Caleb Tillman <caleb.tillman@gmail.com>
Subject: [PATCH 1/1] Microproject - Use debug-friendly test_path_is_* functions.
Date: Sat, 17 Oct 2020 02:43:53 +0000 [thread overview]
Message-ID: <20201017024353.189792-2-caleb.tillman@gmail.com> (raw)
In-Reply-To: <20201017024353.189792-1-caleb.tillman@gmail.com>
t0000-basic.sh - Replace an instance of test -f with test_path_is_file.
Signed-off-by: Caleb Tillman <caleb.tillman@gmail.com>
---
t/t0000-basic.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index 923281af93..eb99892a87 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh
@@ -1191,7 +1191,7 @@ test_expect_success 'writing this tree with --missing-ok' '
test_expect_success 'git read-tree followed by write-tree should be idempotent' '
rm -f .git/index &&
git read-tree $tree &&
- test -f .git/index &&
+ test_path_is_file .git/index &&
newtree=$(git write-tree) &&
test "$newtree" = "$tree"
'
--
2.25.1
next prev parent reply other threads:[~2020-10-17 6:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-17 2:43 [Outreachy] [PATCH 0/1] Caleb Tillman
2020-10-17 2:43 ` Caleb Tillman [this message]
2020-10-17 7:19 ` [PATCH 1/1] Microproject - Use debug-friendly test_path_is_* functions Christian Couder
2020-10-17 6:43 ` [Outreachy] [PATCH 0/1] Christian Couder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201017024353.189792-2-caleb.tillman@gmail.com \
--to=caleb.tillman@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).