hush/testsuite
2008-09-25 12:13:34 +00:00
..
basename
bunzip2
cat
cmp
cp
cut Merge test suite. 2001-10-30 23:11:20 +00:00
date
dd
dirname
du
echo echo: fix echo -e -n "msg\n\0" 2008-04-30 00:39:22 +00:00
expand
expr
false
find
gunzip
gzip * archival/gzip.c (ifname, ofname): Delete. 2002-02-05 22:31:48 +00:00
head
hostid
hostname
id Kill off the old 'tests' stuff. Write a ton of new tests for the 2004-04-06 11:10:30 +00:00
ln
ls use LC_ALL, not LANG, for forcing C 2006-01-25 22:46:25 +00:00
md5sum
mkdir
msh
mv
pwd Kill off the old 'tests' stuff. Write a ton of new tests for the 2004-04-06 11:10:30 +00:00
rm New. 2001-10-31 16:36:23 +00:00
rmdir Merge test suite. 2001-10-30 23:11:20 +00:00
strings Kill off the old 'tests' stuff. Write a ton of new tests for the 2004-04-06 11:10:30 +00:00
tail
tar
tee
touch
tr
true
unexpand
uptime
wc
wget * networking/wget.c (parse_url): Allocate a string for the empty path. 2002-03-19 15:22:42 +00:00
which
xargs egor duda writes: 2004-10-08 07:46:08 +00:00
all_sourcecode.tests
awk_t1.tar.bz2
awk.tests
bunzip2.tests
busybox.tests
bzcat.tests
comm.tests
cpio.tests cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 2008-07-11 21:43:11 +00:00
cut.tests fix vda's testsuite bogons, part 2 2007-11-26 07:23:27 +00:00
diff.tests
grep.tests grep: option to use GNU regex matching instead of POSIX one. 2008-08-09 16:15:14 +00:00
gunzip.tests bunzip2/gunzip/uncompress/unlzma: merge into common code - 2007-03-07 22:02:23 +00:00
makedevs.device_table.txt
makedevs.tests
mdev.tests
mkfs.minix.tests
mount.testroot whitespace cleanup 2006-09-17 16:28:10 +00:00
mount.tests
od.tests
parse.tests
patch.tests
pidof.tests - update my name. No obj-code changes ;) 2008-09-25 12:13:34 +00:00
printf.tests printf: do not print garbage on "%Ld". closes bug 4214. 2008-07-18 18:41:55 +00:00
readlink.tests whitespace cleanup 2006-09-17 16:28:10 +00:00
README
runtest
sed.tests testsuite: uniformly use $ECHO with -n -e 2008-07-11 21:41:14 +00:00
seq.tests Minor tweaks: remove traces of old $COMMAND environment variable. 2006-05-02 21:39:04 +00:00
sort.tests
start-stop-daemon.tests
sum.tests - update my name. No obj-code changes ;) 2008-09-25 12:13:34 +00:00
taskset.tests - update my name. No obj-code changes ;) 2008-09-25 12:13:34 +00:00
test.tests
testing.sh
TODO
umlwrapper.sh My mount testsuite. Not automatically run at the moment, need to figure out 2006-03-18 03:00:22 +00:00
uniq.tests uniq: support -w. closes bug 3094. 2008-05-03 07:21:27 +00:00
unzip.tests
uuencode.tests uuencode: common implementation for wget and uuencode (closing bug 694) 2006-09-03 15:49:40 +00:00
xargs.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.