Skip to content

Commit 2ba7179

Browse files
Merge pull request #4967 from PlayerWithoutName/fix/sharness-multinode-tree
fix: Reduce tree in multinode test
2 parents 8c7c2ce + 5ae57ef commit 2ba7179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0130-multinode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ run_single_file_test() {
4646

4747
run_random_dir_test() {
4848
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
5050
'
5151

5252
test_expect_success "add those on node 2" '

0 commit comments

Comments
 (0)