@@ -2271,8 +2271,8 @@ def test_copy_dir(self):
22712271
22722272 ft .copy_dir (to_copy , target_dir , ignore = lambda src , names : [x for x in names if '6.4.0-2.28' in x ])
22732273 self .assertExists (target_dir )
2274- expected = ['GCC-4.6.3 .eb' , 'GCC-4.6.4 .eb' , 'GCC-4.8.2 .eb' , 'GCC-4.8.3 .eb' , 'GCC-4.9.2 .eb' , 'GCC-4.9.3-2.25 .eb' ,
2275- 'GCC-4.9.3-2.26.eb' , 'GCC-7.3.0-2.30.eb' ]
2274+ expected = ['GCC-10.2.0 .eb' , 'GCC-4.6.3 .eb' , 'GCC-4.6.4 .eb' , 'GCC-4.8.2 .eb' , 'GCC-4.8.3 .eb' , 'GCC-4.9.2 .eb' ,
2275+ 'GCC-4.9.3-2.25.eb' , 'GCC-4.9.3-2. 26.eb' , 'GCC-7.3.0-2.30.eb' ]
22762276 self .assertEqual (sorted (os .listdir (target_dir )), expected )
22772277 # GCC-6.4.0-2.28.eb should not get copied, since it's specified as file too ignore
22782278 self .assertNotExists (os .path .join (target_dir , 'GCC-6.4.0-2.28.eb' ))
@@ -2613,7 +2613,7 @@ def test_index_functions(self):
26132613 # test with specified path with and without trailing '/'s
26142614 for path in [test_ecs , test_ecs + '/' , test_ecs + '//' ]:
26152615 index = ft .create_index (path )
2616- self .assertEqual (len (index ), 94 )
2616+ self .assertEqual (len (index ), 95 )
26172617
26182618 expected = [
26192619 os .path .join ('b' , 'bzip2' , 'bzip2-1.0.6-GCC-4.9.2.eb' ),
0 commit comments