mirror of https://github.com/PCSX2/pcsx2.git
tests: remove some carriage returns
This commit is contained in:
parent
f5d71352ca
commit
522149f503
|
@ -457,7 +457,8 @@ sub diff {
|
||||||
my $status = "OK";
|
my $status = "OK";
|
||||||
my $show = 10;
|
my $show = 10;
|
||||||
for (my $l = 0; $l < scalar(@ref); $l++) {
|
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]) {
|
if ($ref[$l] ne $out[$l]) {
|
||||||
$status = "KO";
|
$status = "KO";
|
||||||
|
|
Loading…
Reference in New Issue