aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/BUILD')
-rw-r--r--src/test/shell/BUILD22
1 files changed, 5 insertions, 17 deletions
diff --git a/src/test/shell/BUILD b/src/test/shell/BUILD
index bf86e83a82..ee0a29572a 100644
--- a/src/test/shell/BUILD
+++ b/src/test/shell/BUILD
@@ -30,11 +30,9 @@ sh_library(
sh_test(
name = "bashunit_test",
srcs = ["unittest_test.sh"],
- data = [":bashunit"],
- deps = [
- # TODO(laszlocsomor): Change this to @bazel_tools//tools/bash/runfiles
- # after Bazel is released with that target in @bazel_tools.
- "//tools/bash/runfiles:runfiles_lib",
+ data = [
+ ":bashunit",
+ "@bazel_tools//tools/bash/runfiles",
],
)
@@ -51,12 +49,7 @@ sh_test(
"testenv.sh",
":bashunit",
":shell_utils",
- ],
- deps = [
- # TODO(laszlocsomor): Change this to @bazel_tools//tools/bash/runfiles
- # after Bazel is released and this target exists, and remove the
- # visibility from //tools/bash/runfiles:runfiles_lib
- "//tools/bash/runfiles:runfiles_lib",
+ "@bazel_tools//tools/bash/runfiles",
],
)
@@ -67,16 +60,11 @@ sh_test(
"testenv.sh",
":bashunit",
":shell_utils",
+ "@bazel_tools//tools/bash/runfiles",
],
tags = [
"no_windows", # test asserts symlink behavior
],
- deps = [
- # TODO(laszlocsomor): Change this to @bazel_tools//tools/bash/runfiles
- # after Bazel is released and this target exists, and remove the
- # visibility from //tools/bash/runfiles:runfiles_lib
- "//tools/bash/runfiles:runfiles_lib",
- ],
)
test_suite(