nixpkgs/lib/path/tests
Silvan Mosberger 041b044a66 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
2023-01-10 14:18:35 +01:00
..
default.nix lib.path.subpath.normalise: add property tests 2023-01-03 13:21:06 +01:00
generate.awk lib.path.subpath.normalise: add property tests 2023-01-03 13:21:06 +01:00
prop.nix lib.path.subpath.normalise: add property tests 2023-01-03 13:21:06 +01:00
prop.sh lib/path/tests: Fix property tests when "-n" is generated 2023-01-10 14:18:35 +01:00
unit.nix