lilypond-1.5.10
[lilypond.git] / flowertest / check.sh
blob31406738ded4e298a1e3470fa2be8552297ff243
1 #!/bin/sh
3 ./test > result.test
4 # ugh
5 cmp result.test $LILYPOND_SOURCEDIR/flowertest/result
6 exit $?