aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-30 13:14:41 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 13:14:41 +0100
commitaa249bc28c6f6c4f5cb6fea2d71ea593f10431b0 (patch)
tree68a4506381541e6af70affb3cb3587cc8555747f /config
parent9b058a30ea07dc237e3cc2ad434b3a6f51be340c (diff)
downloadgo-git-aa249bc28c6f6c4f5cb6fea2d71ea593f10431b0.tar.gz
config: fix TestUnmarshallMarshall test
Diffstat (limited to 'config')
-rw-r--r--config/modules_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/modules_test.go b/config/modules_test.go
index ab7b116..36cd93f 100644
--- a/config/modules_test.go
+++ b/config/modules_test.go
@@ -54,10 +54,7 @@ func (s *ModulesSuite) TestUnmarshall(c *C) {
}
func (s *ModulesSuite) TestUnmarshallMarshall(c *C) {
- input := []byte(`[submodule "qux"]
- path = qux
- url = https://github.com/foo/qux.git
-[submodule "foo/bar"]
+ input := []byte(`[submodule "foo/bar"]
path = foo/bar
url = https://github.com/foo/bar.git
ignore = all