File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ py_test(
464464 ":test-pkg-tar-from-pkg-files-with-attributes" ,
465465 ":test-pkg-tar-with-attributes" ,
466466 ":test-remap-paths-tree-artifact" ,
467- ":test-remap-paths-variables " ,
467+ ":test-variable-expansion " ,
468468 ":test-respect-externally-defined-duplicates.tar" ,
469469 ":test-tar-compression_level--1" ,
470470 ":test-tar-compression_level-3" ,
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ def test_remap_paths_tree_artifact(self):
285285 ]
286286 self .assertTarFileContent ('test-remap-paths-tree-artifact.tar' , content )
287287
288- def test_remap_paths_make_variables (self ):
288+ def test_variable_expansion (self ):
289289 content = [
290290 {'name' : 'fastbuild' , 'isdir' : True },
291291 {'name' : 'fastbuild/a' , 'mode' : 0o444 },
You can’t perform that action at this time.
0 commit comments