From aae9bedf46cd180f89a961d2cc77cf6c7fcc3055 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 2 Sep 2006 10:51:41 +0000 Subject: (refs #3) Remove newlines from output to avoid failure to recognise it on Win32 --- test/backupstorefix/testfiles/testbackupstorefix.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/backupstorefix/testfiles') diff --git a/test/backupstorefix/testfiles/testbackupstorefix.pl.in b/test/backupstorefix/testfiles/testbackupstorefix.pl.in index b57f10ac..e64474f0 100755 --- a/test/backupstorefix/testfiles/testbackupstorefix.pl.in +++ b/test/backupstorefix/testfiles/testbackupstorefix.pl.in @@ -54,7 +54,7 @@ elsif($ARGV[0] eq 'check') open INITIAL,'testfiles/initial-listing.txt' or die "Can't open original listing"; while() { - chomp; + chomp; s/\r//; $expected{$_} = 1; m/\A(.+?) .+? (.+)\Z/; $filenames{$2} = $_; @@ -99,7 +99,7 @@ elsif($ARGV[0] eq 'check') while() { print LISTING_COPY; - chomp; + chomp; s/\r//; s/\[FILENAME NOT ENCRYPTED\]//; if(exists $expected{$_}) { -- cgit v1.2.3