diff options
Diffstat (limited to 'src/os/exec/lp_linux_test.go')
| -rw-r--r-- | src/os/exec/lp_linux_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/lp_linux_test.go b/src/os/exec/lp_linux_test.go index 5d77427d89..7ab19602e9 100644 --- a/src/os/exec/lp_linux_test.go +++ b/src/os/exec/lp_linux_test.go @@ -24,7 +24,7 @@ func TestFindExecutableVsNoexec(t *testing.T) { err := syscall.Mount("tmpfs", tmp, "tmpfs", 0, "") if err != nil { // Usually this means lack of CAP_SYS_ADMIN, but there might be - // other reasons, expecially in restricted test environments. + // other reasons, especially in restricted test environments. t.Skipf("requires ability to mount tmpfs (%v)", err) } t.Cleanup(func() { |
