aboutsummaryrefslogtreecommitdiff
path: root/beku_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-01 00:23:55 +0700
committerShulhan <ms@kilabit.info>2022-02-01 00:24:20 +0700
commitb49ef8b92d182759a5b9312428bea3d5095ddeaf (patch)
tree3f4bcb1134c2d5c27c04ce0208000ea0d816b336 /beku_test.go
parenta8e38e2232a1b763fb27c707826c16a89af4772f (diff)
downloadbeku-b49ef8b92d182759a5b9312428bea3d5095ddeaf.tar.xz
all: remove the flag vendor
Since vendoring is already handled by Go module, we remove this feature to minimize duplication.
Diffstat (limited to 'beku_test.go')
-rw-r--r--beku_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/beku_test.go b/beku_test.go
index 209f630..e972b64 100644
--- a/beku_test.go
+++ b/beku_test.go
@@ -49,7 +49,7 @@ func TestMain(m *testing.M) {
defStdout = mock.Stdout()
defStderr = mock.Stderr()
- testEnv, err = NewEnvironment(false, false)
+ testEnv, err = NewEnvironment(false)
if err != nil {
log.Fatal(err)
}