]> git.lyx.org Git - features.git/blob - src/frontends/tests/test_biblio
'using namespace std' instead of 'using std::xxx'
[features.git] / src / frontends / tests / test_biblio
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/regfiles/biblio`
4 output=`./biblio`
5
6 test "$regfile" = "$output"
7 exit $?