Skip to content

Commit 9c68d85

Browse files
committed
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 <matloob@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
1 parent 7299308 commit 9c68d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/get_domain_root.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# go get foo.io (not foo.io/subdir) was not working consistently.
33

44
[!net] skip
5-
[!exec:git] skup
5+
[!exec:git] skip
66

77
# go-get-issue-9357.appspot.com is running
88
# the code at github.com/rsc/go-get-issue-9357,

0 commit comments

Comments
 (0)