From da1adc8d421d8923792a0ab8c60f29cbbd5ca2c8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 2 Sep 2006 10:51:01 +0000 Subject: Revert to trunk --- test/backupstorefix/testfiles/testbackupstorefix.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/backupstorefix/testfiles/testbackupstorefix.pl.in b/test/backupstorefix/testfiles/testbackupstorefix.pl.in index e64474f0..b57f10ac 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; s/\r//; + chomp; $expected{$_} = 1; m/\A(.+?) .+? (.+)\Z/; $filenames{$2} = $_; @@ -99,7 +99,7 @@ elsif($ARGV[0] eq 'check') while() { print LISTING_COPY; - chomp; s/\r//; + chomp; s/\[FILENAME NOT ENCRYPTED\]//; if(exists $expected{$_}) { -- cgit v1.2.3