aboutsummaryrefslogtreecommitdiff
path: root/beku_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'beku_test.go')
-rw-r--r--beku_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/beku_test.go b/beku_test.go
index 7b23cc3..f0e9445 100644
--- a/beku_test.go
+++ b/beku_test.go
@@ -12,8 +12,7 @@ import (
"path/filepath"
"testing"
- "github.com/shuLhan/share/lib/debug"
- "github.com/shuLhan/share/lib/test/mock"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test/mock"
)
const (
@@ -72,7 +71,7 @@ func TestMain(m *testing.M) {
testGitRepoSrcLocal = "file://" + wd + testGitRepoSrcLocal
testGitPkgInstall.RemoteURL = testGitRepoSrcLocal
- if debug.Value >= 1 {
+ if Debug >= 1 {
fmt.Printf("test env : %+v\n", *testEnv)
fmt.Printf("testGitPkgCur: %+v\n", *testGitPkgCur)
fmt.Printf("testGitPkgNew: %+v\n", *testGitPkgNew)