aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/test/BUILD')
-rw-r--r--third_party/ijar/test/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index da06173368..179512434e 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -13,8 +13,8 @@ sh_test(
"../local_jdk/bin/java",
"../local_jdk/bin/jar",
"../local_jdk/bin/javap",
- "io_bazel/$(location //third_party/ijar)",
- "io_bazel/$(location //tools/jdk:langtools)",
+ "$(location //third_party/ijar)",
+ "$(location //tools/jdk:langtools)",
# We assume unzip and zip to be on the path
"unzip",
"zip",