We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8633e0 commit ce07a1dCopy full SHA for ce07a1d
2 files changed
tests/tar/BUILD
@@ -464,7 +464,7 @@ py_test(
464
":test-pkg-tar-from-pkg-files-with-attributes",
465
":test-pkg-tar-with-attributes",
466
":test-remap-paths-tree-artifact",
467
- ":test-remap-paths-variables",
+ ":test-variable-expansion",
468
":test-respect-externally-defined-duplicates.tar",
469
":test-tar-compression_level--1",
470
":test-tar-compression_level-3",
tests/tar/pkg_tar_test.py
@@ -285,7 +285,7 @@ def test_remap_paths_tree_artifact(self):
285
]
286
self.assertTarFileContent('test-remap-paths-tree-artifact.tar', content)
287
288
- def test_remap_paths_make_variables(self):
+ def test_variable_expansion(self):
289
content = [
290
{'name': 'fastbuild', 'isdir': True},
291
{'name': 'fastbuild/a', 'mode': 0o444},
0 commit comments