[Microproject] t0000-basic.sh: replaced test -f with test_path_is_file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Gopal Yadav <gopunop@xxxxxxxxx>
---
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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux