aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ijar/test/BUILD4
-rwxr-xr-xthird_party/ijar/test/ijar_test.sh4
2 files changed, 4 insertions, 4 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",
diff --git a/third_party/ijar/test/ijar_test.sh b/third_party/ijar/test/ijar_test.sh
index 89f9a4bc75..305426fbf9 100755
--- a/third_party/ijar/test/ijar_test.sh
+++ b/third_party/ijar/test/ijar_test.sh
@@ -26,9 +26,9 @@ JAR=$1
shift
JAVAP=$1
shift
-IJAR=$TEST_SRCDIR/$1
+IJAR=$1
shift
-LANGTOOLS8=$TEST_SRCDIR/$1
+LANGTOOLS8=$1
shift
UNZIP=$1
shift