mirror of
https://github.com/golang/sys.git
synced 2026-02-08 03:36:03 +03:00
Fixing English in message
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user