1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/busybox-1.00/testsuite
2024-07-22 01:58:46 -03:00
..
basename Add gpl 2024-07-22 01:58:46 -03:00
bunzip2 Add gpl 2024-07-22 01:58:46 -03:00
cat Add gpl 2024-07-22 01:58:46 -03:00
cmp Add gpl 2024-07-22 01:58:46 -03:00
cp Add gpl 2024-07-22 01:58:46 -03:00
cut Add gpl 2024-07-22 01:58:46 -03:00
date Add gpl 2024-07-22 01:58:46 -03:00
dd Add gpl 2024-07-22 01:58:46 -03:00
dirname Add gpl 2024-07-22 01:58:46 -03:00
du Add gpl 2024-07-22 01:58:46 -03:00
echo Add gpl 2024-07-22 01:58:46 -03:00
expr Add gpl 2024-07-22 01:58:46 -03:00
false Add gpl 2024-07-22 01:58:46 -03:00
find Add gpl 2024-07-22 01:58:46 -03:00
grep Add gpl 2024-07-22 01:58:46 -03:00
gunzip Add gpl 2024-07-22 01:58:46 -03:00
gzip Add gpl 2024-07-22 01:58:46 -03:00
head Add gpl 2024-07-22 01:58:46 -03:00
hostid Add gpl 2024-07-22 01:58:46 -03:00
hostname Add gpl 2024-07-22 01:58:46 -03:00
id Add gpl 2024-07-22 01:58:46 -03:00
ln Add gpl 2024-07-22 01:58:46 -03:00
ls Add gpl 2024-07-22 01:58:46 -03:00
md5sum Add gpl 2024-07-22 01:58:46 -03:00
mkdir Add gpl 2024-07-22 01:58:46 -03:00
msh Add gpl 2024-07-22 01:58:46 -03:00
mv Add gpl 2024-07-22 01:58:46 -03:00
pwd Add gpl 2024-07-22 01:58:46 -03:00
rm Add gpl 2024-07-22 01:58:46 -03:00
rmdir Add gpl 2024-07-22 01:58:46 -03:00
sed Add gpl 2024-07-22 01:58:46 -03:00
sort Add gpl 2024-07-22 01:58:46 -03:00
strings Add gpl 2024-07-22 01:58:46 -03:00
tail Add gpl 2024-07-22 01:58:46 -03:00
tar Add gpl 2024-07-22 01:58:46 -03:00
tee Add gpl 2024-07-22 01:58:46 -03:00
touch Add gpl 2024-07-22 01:58:46 -03:00
tr Add gpl 2024-07-22 01:58:46 -03:00
true Add gpl 2024-07-22 01:58:46 -03:00
uptime Add gpl 2024-07-22 01:58:46 -03:00
uuencode Add gpl 2024-07-22 01:58:46 -03:00
wc Add gpl 2024-07-22 01:58:46 -03:00
wget Add gpl 2024-07-22 01:58:46 -03:00
which Add gpl 2024-07-22 01:58:46 -03:00
xargs Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
runtest Add gpl 2024-07-22 01:58:46 -03:00
TODO Add gpl 2024-07-22 01:58:46 -03:00

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.