aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/ijar_test.sh
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/ijar/test/ijar_test.sh
parent4d8baf8d3e576e68b3d11c2b77735f00afd7fe94 (diff)
Update ijar test
Another part of rolling forward #1262. -- MOS_MIGRATED_REVID=125481356
Diffstat (limited to 'third_party/ijar/test/ijar_test.sh')
-rwxr-xr-xthird_party/ijar/test/ijar_test.sh4
1 files changed, 2 insertions, 2 deletions
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