]> git.donarmstrong.com Git - lilypond.git/blob - flowertest/check.sh
31406738ded4e298a1e3470fa2be8552297ff243
[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