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(
464
464
":test-pkg-tar-from-pkg-files-with-attributes" ,
465
465
":test-pkg-tar-with-attributes" ,
466
466
":test-remap-paths-tree-artifact" ,
467
- ":test-remap-paths-variables " ,
467
+ ":test-variable-expansion " ,
468
468
":test-respect-externally-defined-duplicates.tar" ,
469
469
":test-tar-compression_level--1" ,
470
470
":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):
285
285
]
286
286
self .assertTarFileContent ('test-remap-paths-tree-artifact.tar' , content )
287
287
288
- def test_remap_paths_make_variables (self ):
288
+ def test_variable_expansion (self ):
289
289
content = [
290
290
{'name' : 'fastbuild' , 'isdir' : True },
291
291
{'name' : 'fastbuild/a' , 'mode' : 0o444 },
You can’t perform that action at this time.
0 commit comments