Skip to content

Commit

Permalink
fix: reduced number of leafs in multinode test's file tree
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>
  • Loading branch information
PlayerWithoutName committed Apr 22, 2018
1 parent 8b383da commit 5ae57ef
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 5ae57ef

Please sign in to comment.