#! /bin/sh # Run Algae on a script full of errors, and check its output. echo Starting the error tests... TEMPFILE=errors ../src/algae -i -S ../tools/*.A - > $TEMPFILE 2>&1 < /dev/null <