summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-05-27 07:59:42 +0200
committerFelix Fietkau <nbd@nbd.name>2023-05-27 08:00:26 +0200
commit740e2501fdcaf72b540166ff3bac1dd42efb8cf1 (patch)
tree8139b64d37e9fbe37a1ee3e813a0c307442fc8bd /tests
parent5163867269fc04fa01ec5e9f8df3384c933339f2 (diff)
main: add user specified library search paths before default path
Allow -L to add library paths that take precedence over the built-in ones. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tests')
-rw-r--r--tests/cram/test_basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cram/test_basic.t b/tests/cram/test_basic.t
index d7f78a3..798436e 100644
--- a/tests/cram/test_basic.t
+++ b/tests/cram/test_basic.t
@@ -61,7 +61,7 @@ check that ucode provides exepected help:
Preload the given `library`, optionally aliased to `name`.
-L pattern
- Append given `pattern` to default library search paths. If the pattern
+ Prepend given `pattern` to default library search paths. If the pattern
contains no `*`, it is added twice, once with `/*.so` and once with
`/*.uc` appended to it.