summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/test/qa-tests/jstests/files/util/mongofiles_common.js
blob: 7ff85d959b14399347a091efe884e37047e42dcf (plain)
1
2
3
4
5
6
7
8
9
10
// mongofiles_common.js; contains variables used by mongofiles tests
load('jstests/common/topology_helper.js');

/* exported filesToInsert */
// these must have unique names
var filesToInsert = [
  'jstests/files/testdata/files1.txt',
  'jstests/files/testdata/files2.txt',
  'jstests/files/testdata/files3.txt'
];