aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-06-21 19:29:31 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-22 10:46:43 +0000
commitb17ebeeb7c8546b02b397e9e6bc83825d14663ff (patch)
tree353cbed14427c5c4693e685a0d22b7ca2a2d7abe /third_party
parent4d8baf8d3e576e68b3d11c2b77735f00afd7fe94 (diff)
Update ijar test
Another part of rolling forward #1262. -- MOS_MIGRATED_REVID=125481356
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