#!/bin/sh . ./defs set -e # We don't check the output, but just running this might be enough to # trigger assertions or I/O errors. cat >input1 <stdout cat stdout # Make sure we can read the produced output ./mixprod 'G!a' stdout rm input1 stdout