git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [Microproject] t0000-basic.sh: replaced test -f with test_path_is_file
@ 2020-08-17 17:18 Gopal Yadav
  0 siblings, 0 replies; only message in thread
From: Gopal Yadav @ 2020-08-17 17:18 UTC (permalink / raw)
  To: git

t0000-basic.sh: replaced test -f with test_path_is_file

Signed-off-by: Gopal Yadav <gopunop@gmail.com>
---
Hi,
I am new here, and thought of starting out by completing the microproject.


 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.20.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-17 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 17:18 [Microproject] t0000-basic.sh: replaced test -f with test_path_is_file Gopal Yadav

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).