hush/testsuite
Denis Vlasenko 7987a1844b ssd: do not stat -x EXECUTABLE, it is not needed anymore
ssd: use PATH
ssd: fix -a without -x case
ssd: fix help text
ssd: CLOSE_EXTRA_FDS in MMU case too
ssd: add testsuite
2008-07-01 10:00:46 +00:00
..
basename
bunzip2
cat
cmp
cp cp: fix "cp -RL" to create regular files even if src is a symlink 2008-04-27 22:06:24 +00:00
cut
date date: better version of previous commit; + fix testsuite 2008-04-28 00:25:22 +00:00
dd
dirname
du testsuite: fix du testsuite to not use changing directories 2008-04-23 07:02:02 +00:00
echo echo: fix echo -e -n "msg\n\0" 2008-04-30 00:39:22 +00:00
expand
expr expr: fix comparisons 'a < b' where we were overflowing a-b 2008-04-02 20:24:09 +00:00
false
find
gunzip
gzip
head
hostid
hostname
id
ln
ls
md5sum
mkdir
msh
mv
pwd
rm
rmdir
strings
tail
tar tar: add testsuite entries 2008-04-29 04:40:15 +00:00
tee
touch
tr
true
unexpand
uptime
wc
wget
which
xargs
all_sourcecode.tests
awk_t1.tar.bz2 awk: fix a case with multiple -f options. simplify -f file reading. 2008-07-01 01:57:36 +00:00
awk.tests awk: fix a case with multiple -f options. simplify -f file reading. 2008-07-01 01:57:36 +00:00
bunzip2.tests bunzip2: fix an uncompression error. Add the example to testsuite. 2008-06-26 20:27:42 +00:00
busybox.tests
bzcat.tests
cpio.tests cpio.tests: remove useless command 2008-05-06 12:08:19 +00:00
cut.tests
diff.tests
grep.tests grep: make "-f -" work (+ testsuite) 2008-06-07 05:19:31 +00:00
gunzip.tests
mdev.tests mdev: fix a bug where we were eating argv[0] of helper 2008-05-02 13:21:24 +00:00
mkfs.minix.tests
mount.testroot
od.tests od: fix testsuite 2008-04-14 19:56:46 +00:00
patch.tests patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> 2008-03-26 13:32:30 +00:00
pidof.tests
printf.tests added testsuite for printf by Cristian Ionescu-Idbohrn 2008-06-05 08:27:26 +00:00
readlink.tests
README
runtest testsuite instrumentation fixes by Christian 2008-05-15 22:43:48 +00:00
sed.tests
seq.tests
sort.tests
start-stop-daemon.tests ssd: do not stat -x EXECUTABLE, it is not needed anymore 2008-07-01 10:00:46 +00:00
sum.tests
taskset.tests
test.tests
testing.sh testsuite instrumentation fixes by Christian 2008-05-15 22:43:48 +00:00
TODO
umlwrapper.sh
uniq.tests uniq: support -w. closes bug 3094. 2008-05-03 07:21:27 +00:00
unzip.tests
uuencode.tests

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:

./runtest <applet1> <applet2>...

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.