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())