From 206f7a49757723b1182e7dcd043a8854a03fa026 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 4 Sep 2015 09:10:58 -0600 Subject: porting/maintainers.t: Skip on EBCDIC --- t/porting/maintainers.t | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't/porting') diff --git a/t/porting/maintainers.t b/t/porting/maintainers.t index cd4519d5f4..f82656dce0 100644 --- a/t/porting/maintainers.t +++ b/t/porting/maintainers.t @@ -19,6 +19,10 @@ if ( $Config{usecrosscompile} ) { skip_all( "Odd failures during cross-compilation" ); } +if ($::IS_EBCDIC) { + skip_all("Fails on EBCDIC machines, prob. because of different sort order"); +} + use strict; use warnings; use Maintainers qw(show_results process_options finish_tap_output); -- cgit v1.2.1