Skip to content

Commit

Permalink
os: fix typo in test
Browse files Browse the repository at this point in the history
Change-Id: Ib445940f0f24385dde1b62277c8083e6369d0645
GitHub-Last-Rev: 02c18c2
GitHub-Pull-Request: #66503
Reviewed-on: https://go-review.googlesource.com/c/go/+/574016
Reviewed-by: David Chase <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Run-TryBot: Emmanuel Odeke <[email protected]>
Reviewed-by: Emmanuel Odeke <[email protected]>
Auto-Submit: Emmanuel Odeke <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Rob Pike <[email protected]>
  • Loading branch information
testwill authored and gopherbot committed Mar 25, 2024
1 parent 2c150f4 commit 25aa45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/readfrom_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func testSpliceToTTY(t *testing.T, proto string, size int64) {
// to recreate the problem in the issue (#59041).
ttyFD, err := syscall.Open(ttyName, syscall.O_RDWR, 0)
if err != nil {
t.Skipf("skipping test becaused failed to open tty: %v", err)
t.Skipf("skipping test because failed to open tty: %v", err)
}
defer syscall.Close(ttyFD)

Expand Down

0 comments on commit 25aa45a

Please sign in to comment.