diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/io/utf8.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/utf8.t b/t/io/utf8.t index f77aa3fdc9..6a24c51e7e 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -301,7 +301,7 @@ ok( 1 ); # last test here 49 } -# sysread() and syswrite() tested in lib/open.t since Fnctl is used +# sysread() and syswrite() tested in lib/open.t since Fcntl is used END { 1 while unlink "a"; |