aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 08:44:19 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 08:44:19 +0000
commit240b37084431d1311138b312a728b653f553352c (patch)
treed4f026b71b1c7c57b8c8cc7fea98958a0e336bab /testsuite/all_sourcecode.tests
parent8b9d2efb21fdb3c9092c02cf6886fe11c9104db2 (diff)
downloadbusybox-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-xtestsuite/all_sourcecode.tests1
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
50testing "Common typos" "cat src.typos" "" "" "" 51testing "Common typos" "cat src.typos" "" "" ""
51rm -f src.typos 52rm -f src.typos