aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 08:44:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 08:44:19 +0000
commit9b68dbd878e1afcc819eceac51b1866a11ed1cac (patch)
treed4f026b71b1c7c57b8c8cc7fea98958a0e336bab /testsuite
parent54f75ee3001539b9b7a371b513a5f333789d1ab0 (diff)
downloadbusybox-w32-9b68dbd878e1afcc819eceac51b1866a11ed1cac.tar.gz
busybox-w32-9b68dbd878e1afcc819eceac51b1866a11ed1cac.tar.bz2
busybox-w32-9b68dbd878e1afcc819eceac51b1866a11ed1cac.zip
- add grep for typo s/algorithic/algorithmic/g
Diffstat (limited to 'testsuite')
-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