summaryrefslogtreecommitdiff
path: root/test/cli.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli.t')
-rw-r--r--test/cli.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cli.t b/test/cli.t
index 39354c6..0c79db4 100644
--- a/test/cli.t
+++ b/test/cli.t
@@ -336,3 +336,8 @@ An unknown option is rejected rather than treated as a positional word:
colitur: unknown option --diocese
colitur: usage: colitur easter <year> | colitur temporal <year> | colitur day <year> | colitur readings <year> (try: colitur --help)
[2]
+
+The shipped example overlay is runnable documentation, and it must actually
+load -- an example that silently rotted would be worse than none. The cram
+sandbox cannot reach data/, so the assertion that it loads and applies lives
+in test_lectionary_ef.ml, which reads it from the source tree directly.