This commit is contained in:
Liang Ding 2015-10-21 12:16:39 +08:00
parent bff474033b
commit 7772fcdb16
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"testing" "testing"
) )
var tempDir = os.TempDir() var tempDir = "../"
var testDir = filepath.Join(tempDir, "wide-test") var testDir = filepath.Join(tempDir, "wide-test")
var packageName = filepath.Join(testDir, "test_zip") var packageName = filepath.Join(testDir, "test_zip")