{ "command"           : "miniagda"
, "working_directory" : "should-succeed"
, "input_files"       : "*.ma"
, "arguments"         : [ "${GOLDPLATE_INPUT_FILE}" ]
, "asserts"           :
    [ { "exit_code"   : 1 }
    , { "stdout"      : "${GOLDPLATE_INPUT_NAME}.err" }
    ]
}