]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert even more module tests to scripts
authorRuss Cox <rsc@golang.org>
Wed, 18 Jul 2018 03:46:12 +0000 (23:46 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 19 Jul 2018 05:28:03 +0000 (05:28 +0000)
commite3f15e3b1d8e6db892267cbd01b956bd587905df
tree3634949f8f43993eec166da835d69e350835a24d
parent4d5bf3cca559851e3a36a47e6ca3abcca05277af
cmd/go: convert even more module tests to scripts

Change-Id: Iba185e00e9df2462e9089566053f6c64e24a6a92
Reviewed-on: https://go-review.googlesource.com/124698
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/mod_test.go
src/cmd/go/testdata/script/mod_bad_domain.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_bad_filenames.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_case.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_file_proxy.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_init_dep.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_list.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_verify.txt [new file with mode: 0644]