diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-18 08:44:19 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-18 08:44:19 +0000 |
commit | 240b37084431d1311138b312a728b653f553352c (patch) | |
tree | d4f026b71b1c7c57b8c8cc7fea98958a0e336bab /testsuite/all_sourcecode.tests | |
parent | 8b9d2efb21fdb3c9092c02cf6886fe11c9104db2 (diff) | |
download | busybox-w32-240b37084431d1311138b312a728b653f553352c.tar.gz busybox-w32-240b37084431d1311138b312a728b653f553352c.tar.bz2 busybox-w32-240b37084431d1311138b312a728b653f553352c.zip |
- add grep for typo s/algorithic/algorithmic/g
git-svn-id: svn://busybox.net/trunk/busybox@14908 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 83b4bd507..b18470c5d 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests | |||
@@ -46,6 +46,7 @@ find $srcdir/../ \ | |||
46 | -e '\<overriden\>' \ | 46 | -e '\<overriden\>' \ |
47 | -e '\<readed\>' \ | 47 | -e '\<readed\>' \ |
48 | -e '\<formated\>' \ | 48 | -e '\<formated\>' \ |
49 | -e '\<algorithic\>' \ | ||
49 | | sed -e "s:^$srcdir/\.\./::g" > src.typos | 50 | | sed -e "s:^$srcdir/\.\./::g" > src.typos |
50 | testing "Common typos" "cat src.typos" "" "" "" | 51 | testing "Common typos" "cat src.typos" "" "" "" |
51 | rm -f src.typos | 52 | rm -f src.typos |