Skip to content

Commit

Permalink
Merge pull request #4967 from PlayerWithoutName/fix/sharness-multinod…
Browse files Browse the repository at this point in the history
…e-tree

fix: Reduce tree in multinode test
  • Loading branch information
whyrusleeping authored May 24, 2018
2 parents 8c7c2ce + 5ae57ef commit 2ba7179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0130-multinode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ run_single_file_test() {

run_random_dir_test() {
test_expect_success "create a bunch of random files" '
random-files -depth=4 -dirs=5 -files=8 foobar > /dev/null
random-files -depth=4 -dirs=3 -files=6 foobar > /dev/null
'

test_expect_success "add those on node 2" '
Expand Down

0 comments on commit 2ba7179

Please sign in to comment.