diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-14 10:46:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-14 10:46:04 +0200 |
commit | 0ce23b6a1e2e0d7c50fbab83f3aef26a1aeb2271 (patch) | |
tree | 0ad4dab7f4860324b9c48e3fb3bba8577027df17 /doc/testscript.cli | |
parent | 5e8fa175aa732d57d8bdac98bf7ba016d31bbb23 (diff) |
Fix typo in Testscript manual
Diffstat (limited to 'doc/testscript.cli')
-rw-r--r-- | doc/testscript.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 51ea1ea..1df2e08 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -763,7 +763,7 @@ testscript file? For example, we may have a pair of executables, such as number of test executables that all require a common setup, for example, cryptographic key generation, which we would like not to repeating for each test. While it is possible to achieve this with target-specific variables -similar to \c{test}, things will be less automatics. In particular, there +similar to \c{test}, things will be less automatic. In particular, there will be no automatic translation of target names to paths and we will have to do it manually. For example: |