summaryrefslogtreecommitdiff
path: root/lib/path/tests/prop.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #244044 from tweag/lib-readme•••Create a Readme in `lib`Robert Hensing2023-07-191-2/+5
|\
| * lib/tests: Unify documentation of individual testable filesSilvan Mosberger2023-07-181-2/+5
* | lib/path/tests/prop.sh: Add --show-traceRobert Hensing2023-06-261-1/+1
|/
* lib/path/tests: Fix property tests when "-n" is generated•••When "-n" is generated by the property tests, it causes `echo` to not output the string since it's interpreted as an option. Apparently there's no good way to print "-n" with `echo` [1], so switching to `printf` instead [1]: https://unix.stackexchange.com/questions/85846/how-can-i-print-n-with-echo Silvan Mosberger2023-01-101-1/+1
* lib.path.subpath.normalise: add property testsSilvan Mosberger2023-01-031-0/+179