diff options
Diffstat (limited to 'testsuite/all_sourcecode.tests')
-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 dd92426da..976f30887 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests | |||
@@ -48,6 +48,7 @@ find $srcdir/../ \ | |||
48 | -e '\<formated\>' \ | 48 | -e '\<formated\>' \ |
49 | -e '\<algorithic\>' \ | 49 | -e '\<algorithic\>' \ |
50 | -e '\<deamon\>' \ | 50 | -e '\<deamon\>' \ |
51 | -e '\<derefernce\>' \ | ||
51 | | sed -e "s:^$srcdir/\.\./::g" > src.typos | 52 | | sed -e "s:^$srcdir/\.\./::g" > src.typos |
52 | testing "Common typos" "cat src.typos" "" "" "" | 53 | testing "Common typos" "cat src.typos" "" "" "" |
53 | rm -f src.typos | 54 | rm -f src.typos |