lyx_mirror/src/support/tests/test_filetools
Lars Gullik Bjønnes c0ce7ff659 Modify NormalizePath to work with boost 1.33.1, add regressions test
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13297 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-05 18:11:11 +00:00

8 lines
114 B
Bash
Executable File

#!/bin/bash
regfile=`cat ${srcdir}/regfiles/filetools`
output=`./filetools`
test "$regfile" = "$output"
exit $?