summaryrefslogtreecommitdiff
path: root/subplot/client.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-09 17:47:58 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-09 17:47:58 +0300
commita742941804dd6f4b1ea3f39dfe3c7072b4b50e6b (patch)
tree286d2c03c2346b195c2989488d4da1e967a7c2e9 /subplot/client.yaml
parentd0b0245edbb2f6ed8285358d83b98f3334bf1b12 (diff)
downloadobnam2-a742941804dd6f4b1ea3f39dfe3c7072b4b50e6b.tar.gz
refactor: make tests install a config in the default location
This way, every step doesn't need to specify a --config option to the Obnam client.
Diffstat (limited to 'subplot/client.yaml')
-rw-r--r--subplot/client.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot/client.yaml b/subplot/client.yaml
index eba9212..8c76e9f 100644
--- a/subplot/client.yaml
+++ b/subplot/client.yaml
@@ -5,10 +5,10 @@
- given: "a client config based on {filename}"
function: configure_client
-- when: "I invoke obnam --config {filename} restore <{genid}> {todir}"
+- when: "I invoke obnam restore <{genid}> {todir}"
function: run_obnam_restore
-- when: "I invoke obnam --config {filename} get-chunk <{gen_id}>"
+- when: "I invoke obnam get-chunk <{gen_id}>"
function: run_obnam_get_chunk
- then: "backup generation is {varname}"