From 6f05cd831394335c32c6eebc4f4da7454302bbc9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 17 Aug 2014 10:59:16 +0000 Subject: Fix tests broken by bbackupquery list recursive option change. --- 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 28dc439f..d724946e 100755 --- a/test/backupstorefix/testfiles/testbackupstorefix.pl.in +++ b/test/backupstorefix/testfiles/testbackupstorefix.pl.in @@ -95,7 +95,7 @@ elsif($ARGV[0] eq 'check') # read in the new listing, and compare open LISTING,"../../bin/bbackupquery/bbackupquery -Wwarning " . "-c testfiles/bbackupd.conf " . - "\"list -r\" quit |" + "\"list -R\" quit |" or die "Can't open list utility"; open LISTING_COPY,'>testfiles/listing'.$ARGV[1].'.txt' or die "can't open copy listing file"; @@ -131,7 +131,7 @@ elsif($ARGV[0] eq 'reroot') { open LISTING,"../../bin/bbackupquery/bbackupquery -Wwarning " . "-c testfiles/bbackupd.conf " . - "\"list -r\" quit |" + "\"list -R\" quit |" or die "Can't open list utility"; open LISTING_COPY,'>testfiles/listing'.$ARGV[1].'.txt' or die "can't open copy listing file"; -- cgit v1.2.3