ImageMagick/ImageMagick-montage.t-directory-exception.patch

13 lines
442 B
Diff
Raw Normal View History

--- a/PerlMagick/t/subroutines.pl
+++ b/PerlMagick/t/subroutines.pl
@@ -1050,7 +1050,7 @@ sub testMontage {
} else {
# Check montage directory
my $directory = $montage->Get('directory');
- my $expected = join( "\n", @colors ) . "\n";
+ my $expected = join( "\xff", @colors ) . "\xff";
if ( !defined($directory) ) {
print "ok $test\n";
} elsif ( $directory ne $expected) {