aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/BUILD')
-rw-r--r--src/test/shell/bazel/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index c1f4befba7..0e0e821410 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -386,7 +386,10 @@ sh_test(
name = "bazel_sandboxing_test",
size = "large",
srcs = ["bazel_sandboxing_test.sh"],
- data = [":test-deps"],
+ data = [
+ ":test-deps",
+ "@mount_path_toolchain//file",
+ ],
tags = ["local"],
)