We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96b8723 + d2696ed commit a81025fCopy full SHA for a81025f
test/sharness/t0088-repo-stat-symlink.sh
@@ -21,6 +21,7 @@ test_expect_success "'ipfs repo stat' RepoSize is correct with sym link" '
21
reposize_direct=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
22
export IPFS_PATH=".ipfs" &&
23
reposize_symlink=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
24
+ echo "reposize_symlink: $reposize_symlink; reposize_direct: $reposize_direct" &&
25
test $reposize_symlink -ge $reposize_direct
26
'
27
0 commit comments