diff options
-rwxr-xr-x | t/op/lex_assign.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index fb9fe4e95c..59d422e38f 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -265,7 +265,7 @@ open BLAH, "<non-existent" # open fileno STDERR # fileno umask 0 # umask select STDOUT # sselect -select "","","",0 # select +select undef,undef,undef,0 # select getc OP # getc '???' # read '???' # sysread |