diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-01 00:23:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-01 00:24:20 +0700 |
| commit | b49ef8b92d182759a5b9312428bea3d5095ddeaf (patch) | |
| tree | 3f4bcb1134c2d5c27c04ce0208000ea0d816b336 /beku_test.go | |
| parent | a8e38e2232a1b763fb27c707826c16a89af4772f (diff) | |
| download | beku-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.go | 2 |
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) } |
