summaryrefslogtreecommitdiff
path: root/test/backupstorefix/testfiles/testbackupstorefix.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/backupstorefix/testfiles/testbackupstorefix.pl.in')
-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 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";