summaryrefslogtreecommitdiff
path: root/test/bbackupd/testbbackupd.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-08-17 10:59:16 +0000
committerChris Wilson <chris+github@qwirx.com>2014-08-17 10:59:16 +0000
commit6f05cd831394335c32c6eebc4f4da7454302bbc9 (patch)
tree12b6fe06ef5a06d016d31da001c87882e702ef39 /test/bbackupd/testbbackupd.cpp
parent883f65709e74967de4e8f23b841cf8bda150c379 (diff)
Fix tests broken by bbackupquery list recursive option change.
Diffstat (limited to 'test/bbackupd/testbbackupd.cpp')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index d09132cc..3927c74d 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -3934,7 +3934,7 @@ int test_bbackupd()
/*
// List the files on the server - why?
::system(BBACKUPQUERY " -q -c testfiles/bbackupd.conf "
- "-l testfiles/queryLIST.log \"list -rotdh\" quit");
+ "-l testfiles/queryLIST.log \"list -Rotdh\" quit");
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
*/