svn commit: trunk/busybox/testsuite
aldot at busybox.net
aldot at busybox.net
Tue Apr 18 08:44:20 UTC 2006
Author: aldot
Date: 2006-04-18 01:44:19 -0700 (Tue, 18 Apr 2006)
New Revision: 14908
Log:
- add grep for typo s/algorithic/algorithmic/g
Modified:
trunk/busybox/testsuite/all_sourcecode.tests
Changeset:
Modified: trunk/busybox/testsuite/all_sourcecode.tests
===================================================================
--- trunk/busybox/testsuite/all_sourcecode.tests 2006-04-18 08:24:13 UTC (rev 14907)
+++ trunk/busybox/testsuite/all_sourcecode.tests 2006-04-18 08:44:19 UTC (rev 14908)
@@ -46,6 +46,7 @@
-e '\<overriden\>' \
-e '\<readed\>' \
-e '\<formated\>' \
+ -e '\<algorithic\>' \
| sed -e "s:^$srcdir/\.\./::g" > src.typos
testing "Common typos" "cat src.typos" "" "" ""
rm -f src.typos
More information about the busybox-cvs
mailing list