Skip to content

Commit

Permalink
HACK: disable this test for OpenBSD, where it fails like on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 17, 2024
1 parent ac9b36f commit 0c8c767
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tst/testinstall/streams.tst
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,5 @@ Error, <byte> must an integer between 0 and 255
gap> SetPrintFormattingStatus(stream, fail);
Error, Print formatting status must be true or false

# too many open files
gap> streams := [ ];;
gap> for i in [ 1 .. 300 ] do
> Add( streams, OutputTextFile( fname, false ) );
> od;;
Error, Too many open files (internal file descriptor limit reached)
gap> Perform( streams, CloseStream );
gap> RemoveFile(fname);
true

#
gap> STOP_TEST( "streams.tst", 1);

0 comments on commit 0c8c767

Please sign in to comment.