aboutsummaryrefslogtreecommitdiff
path: root/package_git_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-29 06:18:46 +0700
committerShulhan <ms@kilabit.info>2018-05-29 06:18:46 +0700
commit47ff3edb37ac53d5bdbffcb02807d8bb255c5b99 (patch)
tree12762da5256ab2f43c7b0eda657587f73936f0bd /package_git_test.go
parente8593ded764fd5d721b08a15c4bd65006f5de2a9 (diff)
downloadbeku-47ff3edb37ac53d5bdbffcb02807d8bb255c5b99.tar.xz
Fetch new package commits before updating version
Diffstat (limited to 'package_git_test.go')
-rw-r--r--package_git_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/package_git_test.go b/package_git_test.go
index 991fa2c..8a67f29 100644
--- a/package_git_test.go
+++ b/package_git_test.go
@@ -110,9 +110,6 @@ func testGitFetch(t *testing.T) {
expVersionNext: "v0.2.0",
expStdout: `Fetching origin
`,
- expStderr: `From github.com:shuLhan/beku_test
- * [new branch] master -> origin/master
-`,
}, {
desc: "With tag #2",
curVersion: "v0.2.0",