mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 19:51:33 +00:00
In test cases, support a ${MLR} placeholder for the mlr binary under
test, instead of assuming it's ./mlr (or its equivalent on platforms
not using forward slashes).
This ensures that wrapped mlr invocations all use the same binary,
either the default or the binary specified by the user, avoiding
surprises when ./mlr doesn't exist or is a different version.
Signed-off-by: Stephen Kitt <steve@sk2.org>
1 line
78 B
Text
1 line
78 B
Text
mlr --csv --prepipe '${MLR} --csv cat' cat test/input/rfc-csv/simple.csv-crlf
|