diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-05 17:08:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-05 17:08:36 +0200 |
commit | 62d85f3c6f9ca72039a122f84b18bd9d56dfa4aa (patch) | |
tree | f1954274a85ea93ce774b19850f286d2cb1529c5 /doc/testscript.cli | |
parent | 4719fa5302d97ccf3c802150eaf0b58087f3741e (diff) |
Documentation fixes
Diffstat (limited to 'doc/testscript.cli')
-rw-r--r-- | doc/testscript.cli | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 921a0f1..e1cc10d 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -581,14 +581,14 @@ the working directory structure will be as follows: \ $out_base/ └── test-hello/ - ├── command-name/ - ├── command-names/ - ├── stdin-names/ - ├── config/ - │ ├── hello.conf - │ ├── custom-greet/ - │ └── default-greet/ - └── missing-name/ + ├── command-name/ + ├── command-names/ + ├── stdin-names/ + ├── config/ + │ ├── hello.conf + │ ├── custom-greet/ + │ └── default-greet/ + └── missing-name/ \ If all the tests succeed, then this working directory structure is |