github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/ensure/add/errs/self-add/case2/testcase.json (about)

     1  {
     2    "commands": [
     3      ["init", "-no-examples"],
     4      ["ensure", "-add", "github.com/golang/notexist"]
     5    ],
     6    "error-expected": "cannot add current project to itself"
     7  }