Denis Vlasenko 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
..
basename 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
bunzip2 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
cat 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
cmp 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
cp 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
cut 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
date 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
dd 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
dirname 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
du 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
echo 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
expr 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
false 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
find 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
gunzip 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
gzip 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
head 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
hostid 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
hostname 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
id 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
ln 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
ls 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
md5sum 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
mkdir 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
msh 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
mv 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
pwd 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
rm 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
rmdir 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
strings 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
tail 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
tar 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
tee 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
touch 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
tr 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
true 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
uptime 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
wc 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
wget 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
which 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
xargs 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
README 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
TODO 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
all_sourcecode.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
busybox.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
grep.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
mount.testroot 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
pidof.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
readlink.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
runtest 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
sed.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
seq.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
sort.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
testing.sh 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
umlwrapper.sh 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
uniq.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
unzip.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans
uuencode.tests 8d42f86b14 Correcting branch name to be like previous ones il y a 18 ans

README

Update: doesn't work as described. Try "make check" from parent dir...
* * *

To run the test suite, change to this directory and run "./runtest". It will
run all of the test cases, and list those with unexpected outcomes. Adding the
-v option will cause it to show expected outcomes as well. To only run the test
cases for particular applets, specify them as parameters to runtest.

The test cases for an applet reside in the subdirectory of the applet name. The
name of the test case should be the assertion that is tested. The test case
should be a shell fragment that returns successfully if the test case passes,
and unsuccessfully otherwise.

If the test case relies on a certain feature, it should include the string
"FEATURE: " followed by the name of the feature in a comment. If it is always
expected to fail, it should include the string "XFAIL" in a comment.

For the entire testsuite, the copyright is as follows:

Copyright (C) 2001, 2002 Matt Kraai

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.