Tests p:os-exec for non executable command
Test ab-os-exec-001.xml is expected to fail with error code err:XC0033
.
It requires the following features: os-exec.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:os-exec command="i-do-not-exist/i-am-not-executable">
<p:with-input>
<p:empty/>
</p:with-input>
</p:os-exec>
</p:declare-step>
Added tests for p:os-exec