summary refs log tree commit diff
path: root/pkgs/test/make-wrapper
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier1-5/+5
2022-02-12makeWrapper: Don't glob in prefix/suffixtalyz1-0/+3
Disable file globbing in --prefix/--suffix, since bash will otherwise try to find filenames matching the the value to be prefixed/suffixed if it contains characters considered wildcards, such as `?` and `*`. We want the value as is, except we also want to split it on on the separator; hence we can't quote it.
2022-02-02tests: Add test for makeWrappertalyz1-0/+136
Co-authored-by: Janne Heß <janne@hess.ooo>