diff options
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 |