Skip to content

Commit

Permalink
Skip t/pty_get_winsize.t tests on AIX
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
toddr committed Dec 28, 2023
1 parent cc3f2ed commit 9006949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/pty_get_winsize.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use warnings;

use Test::More;

if ( $^O =~ m!^(solaris|nto)$! ) {
plan skip_all => 'Problems on Solaris and QNX with this test';
if ( $^O =~ m!^(solaris|nto|aix)$! ) {
plan skip_all => 'Problems on Solaris, QNX and AIX with this test';
}
else {
plan tests => 1;
Expand Down

0 comments on commit 9006949

Please sign in to comment.