Michal Čihař
|
69fe19d269
|
Use single quotes around JSON data to reduce need for escaping
Also use unicode escape sequence for newline to avoid problems with some
shells decoding \n even when they probably should not.
|
2017-11-08 22:51:23 +01:00 |
|
Michal Čihař
|
ac2acfdcd2
|
Pass parameters individually to the test
This way we can properly quote path.
|
2017-11-08 15:38:10 +01:00 |
|
Michal Čihař
|
4b6486c58e
|
Fix test execution on Debian
The default /bin/sh is probably more picky than bash.
Fixes #33
|
2017-11-08 14:30:37 +01:00 |
|
Peter
|
3105823e8b
|
Add option --json-output (-j)
If given -j, format the output of -l and of searches as JSON.
|
2017-07-26 22:07:23 +02:00 |
|