summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/obnam.md b/obnam.md
index e788d96..3050463 100644
--- a/obnam.md
+++ b/obnam.md
@@ -1122,6 +1122,29 @@ encrypt: false
~~~
+## Client expands tildes in its configuration file
+
+This scenario verifies that the client expands tildes in pathnames in
+its configuration file.
+
+
+~~~scenario
+given an installed obnam
+and file tilde.yaml
+when I run obnam --config tilde.yaml config
+then stdout contains home directory followed by /important
+then stdout contains home directory followed by /obnam.log
+~~~
+
+~~~{#tilde.yaml .file .yaml .numberLines}
+roots: [~/important]
+log: ~/obnam.log
+server_url: https://backup.example.com
+verify_tls_cert: true
+encrypt: false
+~~~
+
+
## Client requires https
This scenario verifies that the client rejects a configuration with a