mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 19:27:51 +08:00
Merge pull request #4434 from ipfs/kevina/test-symlink-test-fail
Increase verboseness of t0088-repo-stat-symlink.sh test.
This commit is contained in:
commit
a81025f891
@ -21,6 +21,7 @@ test_expect_success "'ipfs repo stat' RepoSize is correct with sym link" '
|
||||
reposize_direct=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
|
||||
export IPFS_PATH=".ipfs" &&
|
||||
reposize_symlink=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
|
||||
echo "reposize_symlink: $reposize_symlink; reposize_direct: $reposize_direct" &&
|
||||
test $reposize_symlink -ge $reposize_direct
|
||||
'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user