blob: 70a2a6fafe3297ef981019444e1dec2415e03cc3 [file] [log] [blame]
# Pass a reference file as stdin to a test executable.
program=${1}
input=${2}
cat ${input} | ${program}