aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/ijar_test.sh
diff options
context:
space:
mode:
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