Revert "sysfs: requires all methods to return syscall.Errno"
This reverts commit 4ea9d1a7b5.
This commit is contained in:
@@ -39,11 +39,6 @@ func TestToErrno(t *testing.T) {
|
||||
input: syscall.EEXIST,
|
||||
expected: ErrnoExist,
|
||||
},
|
||||
{
|
||||
name: "syscall.EFAULT",
|
||||
input: syscall.EFAULT,
|
||||
expected: ErrnoFault,
|
||||
},
|
||||
{
|
||||
name: "syscall.EINTR",
|
||||
input: syscall.EINTR,
|
||||
|
||||
Reference in New Issue
Block a user