summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-09-02 10:51:01 +0000
committerChris Wilson <chris+github@qwirx.com>2006-09-02 10:51:01 +0000
commitda1adc8d421d8923792a0ab8c60f29cbbd5ca2c8 (patch)
tree034b7cfa7c8e03475de3cf9946c16459fdd17ccc
parent6f5e003c4ca46f88e8f5bc26b67cb5a244d7b4b1 (diff)
Revert to trunk
-rwxr-xr-xtest/backupstorefix/testfiles/testbackupstorefix.pl.in4
1 files 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(<INITIAL>)
{
- chomp; s/\r//;
+ chomp;
$expected{$_} = 1;
m/\A(.+?) .+? (.+)\Z/;
$filenames{$2} = $_;
@@ -99,7 +99,7 @@ elsif($ARGV[0] eq 'check')
while(<LISTING>)
{
print LISTING_COPY;
- chomp; s/\r//;
+ chomp;
s/\[FILENAME NOT ENCRYPTED\]//;
if(exists $expected{$_})
{