diff options
-rwxr-xr-x | testsuite/all_sourcecode.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index b18470c..dd92426 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -47,6 +47,7 @@ find $srcdir/../ \ -e '\<readed\>' \ -e '\<formated\>' \ -e '\<algorithic\>' \ + -e '\<deamon\>' \ | sed -e "s:^$srcdir/\.\./::g" > src.typos testing "Common typos" "cat src.typos" "" "" "" rm -f src.typos |