summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/backupstorefix/testfiles/testbackupstorefix.pl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/backupstorefix/testfiles/testbackupstorefix.pl.in b/test/backupstorefix/testfiles/testbackupstorefix.pl.in
index d724946e..a290a517 100755
--- a/test/backupstorefix/testfiles/testbackupstorefix.pl.in
+++ b/test/backupstorefix/testfiles/testbackupstorefix.pl.in
@@ -105,6 +105,7 @@ elsif($ARGV[0] eq 'check')
print LISTING_COPY;
chomp; s/\r//;
s/ \[FILENAME NOT ENCRYPTED\]//;
+ next if /^WARNING: \*\*\*\* BackupStoreFilename encoded with Clear encoding \*\*\*\*/;
if(exists $expected{$_})
{
delete $expected{$_}
@@ -142,6 +143,7 @@ elsif($ARGV[0] eq 'reroot')
print LISTING_COPY;
chomp;
s/\[FILENAME NOT ENCRYPTED\]//;
+ next if /^WARNING: \*\*\*\* BackupStoreFilename encoded with Clear encoding \*\*\*\*/;
my ($id,$type,$name) = split / /;
$count++;
if($name !~ /\Alost\+found0/)