p:os-exec-004
Test is expected to fail with error code err:XC0032.
The pipeline
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:p="http://www.w3.org/ns/xproc"
xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
<p:output port="result"/>
<p:os-exec command="i-do-not-exist/i-am-not-executable"
path-separator="12345">
<p:with-input>
<doc/>
<doc/>
</p:with-input>
</p:os-exec>
</p:declare-step>
Revision history
- 21 Sep 2022, Achim Berndzen
Added tests for p:os-exec