Skip to content

Commit 4564278

Browse files
committed
fix count in test_index_functions after adding 4 test easyconfigs
1 parent 9c50868 commit 4564278

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
@@ -2128,7 +2128,7 @@ def test_index_functions(self):
21282128
# test with specified path with and without trailing '/'s
21292129
for path in [test_ecs, test_ecs + '/', test_ecs + '//']:
21302130
index = ft.create_index(path)
2131-
self.assertEqual(len(index), 85)
2131+
self.assertEqual(len(index), 89)
21322132

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

0 commit comments

Comments
 (0)