p:os-exec-001

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.

The pipeline


<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>
MorganaXProc passing XML Calabash failing

Revision history

21 Sep 2022, Achim Berndzen

Added tests for p:os-exec