Features: os-exec

p:os-exec-001

Tests p:os-exec for non executable command

Test is expected to fail with error code err:XC0033.

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">
      <p:with-input>
         <p:empty/>
      </p:with-input>
   </p:os-exec>
</p:declare-step>

Revision history

21 Sep 2022, Achim Berndzen
Added tests for p:os-exec