Skip to content

Commit

Permalink
Merge pull request #3750 from ipfs/fix/sharness/filestore/format
Browse files Browse the repository at this point in the history
test: small cleanup to the filestore sharness test
  • Loading branch information
whyrusleeping authored Mar 6, 2017
2 parents cbf8a0c + 5a5a653 commit 60b94a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/sharness/t0270-filestore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_description="Test out the filestore nocopy functionality"


test_expect_success "create a dataset" '
random-files -seed=483 -depth=3 -dirs=4 -files=6 -filesize=1000000 somedir
random-files -seed=483 -depth=3 -dirs=4 -files=6 -filesize=1000000 somedir > /dev/null
'

EXPHASH="QmW4JLyeTxEWGwa4mkE9mHzdtAkyhMX2ToGFEKZNjCiJud"
Expand All @@ -24,7 +24,7 @@ assert_repo_size_less_than() {

test_expect_success "check repo size" '
test "$(get_repo_size)" -lt "$expval" ||
test_fsh get_repo_size
test_fsh get_repo_size
'
}

Expand Down Expand Up @@ -83,9 +83,9 @@ init_ipfs_filestore

test_filestore_adds

echo "WORKING DIR"
echo "IPFS PATH = " $IPFS_PATH
pwd
test_debug '
echo "pwd=$(pwd)"; echo "IPFS_PATH=$IPFS_PATH"
'


init_ipfs_filestore
Expand Down

0 comments on commit 60b94a2

Please sign in to comment.