diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-05-08 11:07:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-05-08 11:07:57 -0700 |
commit | e6d85927ea69325e79fa4fd5cee0882e9ad3303f (patch) | |
tree | c0463e5829075139b8bbf0683d0521a2036efefb /test/odt/native | |
parent | 40603dd4cd80f633239d1f48da3c3c834412b02e (diff) | |
download | pandoc-e6d85927ea69325e79fa4fd5cee0882e9ad3303f.tar.gz |
test-pandoc-utils.lua: remove problems with missing `/bin/false`.
Previously it was assumed that the system would have `/bin/false`
and `/bin/sed`, and these tests were skipped otherwise.
On MacOS, these utilities are located in `/usr/bin`.
Fixed by just using `sed` and `false` -- these should always be
in the path. Removed the "skipping" behavior, replaced with a
check for Windows. On Windowns, we use `echo` and `cd`, which
should always exist.
Not yet checked on Windows.
Diffstat (limited to 'test/odt/native')
0 files changed, 0 insertions, 0 deletions