]> git.donarmstrong.com Git - lilypond.git/blob - flowertest/check.sh
partial: 0.1.57.jcn
[lilypond.git] / flowertest / check.sh
1 #!/bin/sh
2
3 ./test > result.test
4 # ugh
5 cmp result.test $LILYPOND_SOURCEDIR/flowertest/result
6 exit $?
7