summaryrefslogtreecommitdiff
path: root/test/kdm_cli_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-22 20:25:01 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-02 00:52:27 +0200
commit20c7cc36c84b53dba75adba6532a2c0e33fd901c (patch)
tree194ff121543d71aef4abe81950d64035c44dc27d /test/kdm_cli_test.cc
parent472b44bf1bbeb34cf9c130b9cede0eac7a298e82 (diff)
Switch "command-like" options --list-cinemas and --list-dkdm-cpls to actual commands.
Diffstat (limited to 'test/kdm_cli_test.cc')
-rw-r--r--test/kdm_cli_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/kdm_cli_test.cc b/test/kdm_cli_test.cc
index 0ebb5e714..057d7be93 100644
--- a/test/kdm_cli_test.cc
+++ b/test/kdm_cli_test.cc
@@ -249,7 +249,7 @@ BOOST_AUTO_TEST_CASE(kdm_cli_specify_cinemas_file)
"kdm_cli",
"--cinemas-file",
"test/data/cinemas.xml",
- "--list-cinemas"
+ "list-cinemas"
};
vector<string> output;
@@ -282,6 +282,7 @@ BOOST_AUTO_TEST_CASE(kdm_cli_specify_cert)
"--valid-duration", "2 weeks",
"-C", "test/data/cert.pem",
"-o", "build/test",
+ "create",
"build/test/kdm_cli_specify_cert"
};