@cryptotaxi247 / kubo / commits / 5ae57ef59

fix: reduced number of leafs in multinode test's file tree

License: MIT Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>

Kacper Łukawski committed Apr 22, 2018 at 19:07 UTC 5ae57ef595257841dca5ce5c291976c5d84ec6e0
1 file changed +1 -1
test/sharness/t0130-multinode.sh
+1 -1
@@ -46,7 +46,7 @@ run_single_file_test() {
46
47 run_random_dir_test() {
48 test_expect_success "create a bunch of random files" '
49 - random-files -depth=4 -dirs=5 -files=8 foobar > /dev/null
49 + random-files -depth=4 -dirs=3 -files=6 foobar > /dev/null
50 '
51
52 test_expect_success "add those on node 2" '