diff options
Diffstat (limited to 'test/check.sh')
-rwxr-xr-x | test/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/check.sh b/test/check.sh index fd537d7..84687bf 100755 --- a/test/check.sh +++ b/test/check.sh @@ -9,7 +9,7 @@ do cd $testcase rm -f actual.xml - ./../../build/test --transformation transformation.xsl --target actual.xml + ./../../build/test --transformation transformation.xsl --target actual.xml --include ../common/ diff -u reference.xml actual.xml if [ $? = 0 ] |