tek2plot.test 195 B

123456789101112
  1. #!/bin/sh
  2. ../tek2plot/tek2plot -O \
  3. <$SRCDIR/../tek2plot/teksamples/ocpred.tek >tek2plot.out
  4. if cmp -s $SRCDIR/tek2plot.xout tek2plot.out
  5. then retval=0;
  6. else retval=1;
  7. fi;
  8. exit $retval