From: Michael Matloob Date: Wed, 19 Feb 2020 21:28:26 +0000 (-0500) Subject: cmd/go/testdata/script: fix typo in get_domain_root.txt X-Git-Tag: go1.15beta1~1197 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9c68d85db57ea68d9631aa36622653c06d2bbbca;p=gostls13.git cmd/go/testdata/script: fix typo in get_domain_root.txt golang.org/cl/214141 introduced the typo 'skup' for 'skip', which broke tests. This change fixes it. Change-Id: I1b3c230b545f1c093d3e0feedc3b41f3f0b41bec Reviewed-on: https://go-review.googlesource.com/c/go/+/220157 Run-TryBot: Michael Matloob Reviewed-by: Bryan C. Mills --- diff --git a/src/cmd/go/testdata/script/get_domain_root.txt b/src/cmd/go/testdata/script/get_domain_root.txt index 580d1ca916..c2e9db35ec 100644 --- a/src/cmd/go/testdata/script/get_domain_root.txt +++ b/src/cmd/go/testdata/script/get_domain_root.txt @@ -2,7 +2,7 @@ # go get foo.io (not foo.io/subdir) was not working consistently. [!net] skip -[!exec:git] skup +[!exec:git] skip # go-get-issue-9357.appspot.com is running # the code at github.com/rsc/go-get-issue-9357,