]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert still more module tests to scripts
authorRuss Cox <rsc@golang.org>
Wed, 18 Jul 2018 13:08:45 +0000 (09:08 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 19 Jul 2018 05:28:09 +0000 (05:28 +0000)
commit6140829edf611243a41393823217f604ca6d33a2
tree809725c87e1be0386e27aaf5f12a7e2477932d1e
parente3f15e3b1d8e6db892267cbd01b956bd587905df
cmd/go: convert still more module tests to scripts

Change-Id: I249bb848c9911948dbd84cd88ad043a61ed6ea6b
Reviewed-on: https://go-review.googlesource.com/124699
Reviewed-by: Bryan C. Mills <bcmills@google.com>
18 files changed:
src/cmd/go/mod_test.go
src/cmd/go/script_test.go
src/cmd/go/testdata/rsc.io_quote_0d003b9.txt [deleted file]
src/cmd/go/testdata/rsc.io_quote_5d9f230.txt [deleted file]
src/cmd/go/testdata/rsc.io_quote_a91498b.txt [deleted file]
src/cmd/go/testdata/rsc.io_quote_b44a0b1.txt [deleted file]
src/cmd/go/testdata/rsc.io_quote_fe488b8.txt [deleted file]
src/cmd/go/testdata/script/mod_file_proxy.txt
src/cmd/go/testdata/script/mod_get_commit.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_downgrade.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_indirect.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_upgrade.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_getmode_vendor.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_import.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_list_upgrade.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_multirepo.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_query.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_upgrade_patch.txt [new file with mode: 0644]