Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 86c3d80c4d6e905f610c100030811165 > files > 56

mathomatic-14.5.5-1mdv2010.0.i586.rpm

#!/bin/bash
# Script to test Mathomatic.
# Just run this to see if Mathomatic runs properly on your system.
# It does a diff between the output of the test and the expected output.
# If no differences are reported, "All tests passed" is displayed.

echo Testing Mathomatic...
time ../mathomatic -t all 0<&- >test.out && diff -u all.out test.out && echo All tests passed.
rm test.out