From b7b4d886f10e3c8d38c18c003b6bbe828fc132d2 Mon Sep 17 00:00:00 2001 From: sridharv Date: Sun, 27 Mar 2016 19:55:17 +0200 Subject: [PATCH] test- keep jars in the temp dir --- gojava_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gojava_test.go b/gojava_test.go index a71dc99..8648d76 100644 --- a/gojava_test.go +++ b/gojava_test.go @@ -14,7 +14,7 @@ func TestJavaBind(t *testing.T) { if err != nil { t.Fatal(err) } - jar := filepath.Join("/tmp", "gojavatest.jar") + jar := filepath.Join(tmpDir, "gojavatest.jar") if err := createJar(jar, "github.com/sridharv/gomobile-java/bind/testpkg", "github.com/sridharv/gomobile-java/bind/testpkg/secondpkg",