From 5331c424ef5dd0384afda9effbb76afd7705ecfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 24 Feb 2021 17:46:58 +0100 Subject: [PATCH] Fixing English in message --- unix/syscall_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/syscall_linux_test.go b/unix/syscall_linux_test.go index 5af742eb..8d1abf25 100644 --- a/unix/syscall_linux_test.go +++ b/unix/syscall_linux_test.go @@ -800,7 +800,7 @@ func TestFideduperange(t *testing.T) { if runtime.GOOS == "android" { // The ioctl in the build robot android-amd64 returned ENOTTY, // an error not documented for that syscall. - t.Skip("FIDEDUPERANGE ioctl doesn't work the test android, skipping test") + t.Skip("FIDEDUPERANGE ioctl doesn't work on android, skipping test") } f1, err := ioutil.TempFile("", t.Name())