diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-14 22:06:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-14 22:06:19 +0700 |
| commit | 8f2a11a80ec2f1f629a0c7b530c495e547bb0af4 (patch) | |
| tree | 06cac4267da71ebcca31da130a52562dbddfd32b /beku_test.go | |
| parent | f7b8d4e829f1c47ab9156637c535e83af9c5ffee (diff) | |
| download | beku-8f2a11a80ec2f1f629a0c7b530c495e547bb0af4.tar.xz | |
Remove unused variables
Diffstat (limited to 'beku_test.go')
| -rw-r--r-- | beku_test.go | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/beku_test.go b/beku_test.go index 9b463c5..ea3a127 100644 --- a/beku_test.go +++ b/beku_test.go @@ -16,11 +16,10 @@ import ( ) const ( - testDBLoad = "testdata/beku.db" - testDBSaveExclude = "testdata/beku.db.exclude" - testGitRepo = "github.com/shuLhan/beku_test" - testGitRepoVersion = "c9f69fb" - testPkgNotExist = "github.com/shuLhan/notexist" + testDBLoad = "testdata/beku.db" + testDBSaveExclude = "testdata/beku.db.exclude" + testGitRepo = "github.com/shuLhan/beku_test" + testPkgNotExist = "github.com/shuLhan/notexist" ) var ( @@ -28,8 +27,6 @@ var ( testGitPkgCur *Package testGitPkgNew *Package testGitPkgInstall *Package - testStdout *os.File - testStderr *os.File testGitRepoSrcLocal = "/testdata/beku_test.git" ) |
