aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
commitb80bdec29037155df3cda15949b812b9299fdab6 (patch)
tree68208146cb391cdc03aaaa89c63f4cdecf70255a /tests
parent85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff)
downloadbusybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r--tests/testcases2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcases b/tests/testcases
index f636e17ea..24d491c5b 100644
--- a/tests/testcases
+++ b/tests/testcases
@@ -17,7 +17,7 @@
17# 17#
18# - please try to keep applets alphabetized, it will make life easier 18# - please try to keep applets alphabetized, it will make life easier
19# - use the file tester.sh or testcases when you need to do a non-destructive 19# - use the file tester.sh or testcases when you need to do a non-destructive
20# test on a file (i.e. cat, md5sum) 20# test on a file (i.e., cat, md5sum)
21# - try to make the applet you're testing the first thing on the line (this 21# - try to make the applet you're testing the first thing on the line (this
22# not always possible) 22# not always possible)
23# - (???) if you have to create a temporary file, call it TMPFILE 23# - (???) if you have to create a temporary file, call it TMPFILE