mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
tests: remove some carriage returns
This commit is contained in:
+2
-1
@@ -457,7 +457,8 @@ sub diff {
|
||||
my $status = "OK";
|
||||
my $show = 10;
|
||||
for (my $l = 0; $l < scalar(@ref); $l++) {
|
||||
#$out[$l] =~ s/\r$//g;
|
||||
$ref[$l] =~ s/\r//g;
|
||||
$out[$l] =~ s/\r//g;
|
||||
|
||||
if ($ref[$l] ne $out[$l]) {
|
||||
$status = "KO";
|
||||
|
||||
Reference in New Issue
Block a user