Skip to content

Commit 1a58c28

Browse files
authored
Merge pull request #18 from boegel/fix-crayce-problems
fix broken test_index_functions
2 parents 5413c1a + dff3c2e commit 1a58c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ def test_index_functions(self):
18161816
# test with specified path with and without trailing '/'s
18171817
for path in [test_ecs, test_ecs + '/', test_ecs + '//']:
18181818
index = ft.create_index(path)
1819-
self.assertEqual(len(index), 81)
1819+
self.assertEqual(len(index), 82)
18201820

18211821
expected = [
18221822
os.path.join('b', 'bzip2', 'bzip2-1.0.6-GCC-4.9.2.eb'),

0 commit comments

Comments
 (0)