Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 153bafc

Browse files
committedNov 17, 2017
Fix invalid manifest in windows test
1 parent d9db2f6 commit 153bafc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎context_test.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@ func TestCaseInsentitiveGOPATH(t *testing.T) {
325325

326326
h.TempDir("src")
327327
h.TempDir("src/test1")
328-
h.TempFile(filepath.Join("src/test1", ManifestName), `[[constraint]]`)
328+
h.TempFile(filepath.Join("src/test1", ManifestName), `
329+
[[constraint]]
330+
name = github.com/foo/bar
331+
branch = master`)
329332

330333
// Shuffle letter case
331334
rs := []rune(strings.ToLower(h.Path(".")))

0 commit comments

Comments
 (0)
This repository has been archived.