#!/bin/sh
if ruby test_mathml.rb $1 $2
then
	ruby -I ../eimxml test_mathml.rb $1 $2
else
	exit 1
fi
