File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ print getc(FOO);
54
54
read(FOO,$_,1);
55
55
no warning 'io' ;
56
56
print STDIN "anc";
57
- ###############################################################
58
- # N O T E #
59
- # This test is known to fail on Linux systems with glibc. #
60
- # The glibc development team is aware of the problem, and has #
61
- # determined a fix for the next release of that library. #
62
- ###############################################################
57
+ ####################################################################
58
+ # N O T E #
59
+ # This test is known to fail on Linux and *BSD systems with glibc. #
60
+ # The glibc development team is aware of the problem, and has #
61
+ # determined a fix for the next release of that library. #
62
+ ####################################################################
63
63
EXPECT
64
64
Filehandle main::STDIN opened only for input at - line 3.
65
65
Filehandle main::STDOUT opened only for output at - line 4.
You can’t perform that action at this time.
0 commit comments