mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-04 08:07:19 -04:00
unix: fix typo in test
Change-Id: I80b28a28a9e6133a7c8a9340ce5914498ff6bf0f Reviewed-on: https://go-review.googlesource.com/c/sys/+/292331 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Trust: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -122,7 +122,7 @@ func TestSignalNum(t *testing.T) {
|
|||||||
|
|
||||||
func TestFcntlInt(t *testing.T) {
|
func TestFcntlInt(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
file, err := ioutil.TempFile("", "TestFnctlInt")
|
file, err := ioutil.TempFile("", "TestFcntlInt")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user