• Home
Name Date Size #Lines LOC

..--

files/03-May-2024-46,76646,695

README.txtD03-May-2024405 96

base64.testD03-May-20241.4 KiB2517

basename.testD03-May-2024992 3213

bc.testD03-May-2024729 4132

blkid.testD03-May-20241.7 KiB4533

bzcat.testD03-May-2024504 1710

cat.testD03-May-20241 KiB3322

chattr.testD03-May-20246.9 KiB134118

chgrp.testD03-May-20243.6 KiB10364

chmod.testD03-May-20249.2 KiB247182

chown.testD03-May-20241 KiB4222

cksum.testD03-May-20241.2 KiB3014

cmp.testD03-May-20241.6 KiB4018

cp.testD03-May-20243.1 KiB10973

cpio.testD03-May-20241.3 KiB4021

cut.testD03-May-20243.3 KiB8251

date.testD03-May-20243.4 KiB5732

dd.testD03-May-20243.9 KiB9566

demo_number.testD03-May-2024928 2816

diff.testD03-May-2024701 3624

dirname.testD03-May-2024391 126

du.testD03-May-20241.3 KiB3215

echo.testD03-May-20241.2 KiB3721

env.testD03-May-2024747 2112

expand.testD03-May-20241.4 KiB4532

expr.testD03-May-20242.9 KiB6347

factor.testD03-May-2024748 2315

file.testD03-May-20241.6 KiB3424

find.testD03-May-20243.5 KiB11381

fmt.testD03-May-20241.6 KiB3423

fold.testD03-May-2024513 166

fstype.testD03-May-2024627 2411

getfattr.testD03-May-2024887 2719

grep.testD03-May-20246.8 KiB168133

groupadd.testD03-May-20242.5 KiB6448

groupdel.testD03-May-20241.2 KiB3523

gunzip.testD03-May-20241.5 KiB5132

gzip.testD03-May-20242.3 KiB7955

head.testD03-May-20241.4 KiB3423

hostname.testD03-May-2024371 1810

iconv.testD03-May-2024656 167

ifconfig.testD03-May-20247.8 KiB19779

killall.testD03-May-2024413 157

link.testD03-May-2024809 2715

ln.testD03-May-20242.2 KiB7151

losetup.testD03-May-2024435 2616

ls.testD03-May-20242.2 KiB5536

lsattr.testD03-May-20241.3 KiB3928

md5sum.testD03-May-20241.6 KiB4027

mkdir.testD03-May-20241.7 KiB7454

mkfifo.testD03-May-2024600 2918

mktemp.testD03-May-20242.3 KiB4615

modinfo.testD03-May-20241.4 KiB317

more.testD03-May-2024207 157

mount.testD03-May-20243.4 KiB9477

mv.testD03-May-20244.1 KiB158123

nl.testD03-May-20241.8 KiB5126

paste.testD03-May-20241.1 KiB3121

pgrep.testD03-May-20241.1 KiB3819

pkill.testD03-May-20242.6 KiB10881

printf.testD03-May-20242.8 KiB7147

pwd.testD03-May-2024636 2716

readlink.testD03-May-20242.4 KiB7255

renice.testD03-May-20243 KiB11191

rev.testD03-May-2024886 2517

rm.testD03-May-20241.9 KiB6143

rmdir.testD03-May-20241.5 KiB5636

sed.testD03-May-20248 KiB180125

seq.testD03-May-20243 KiB7249

setfattr.testD03-May-2024736 2214

sh.testD03-May-20242.1 KiB7750

sha1sum.testD03-May-20241.6 KiB5840

sort.testD03-May-20243.4 KiB11170

split.testD03-May-2024819 3219

strings.testD03-May-20241.1 KiB2619

tac.testD03-May-20241.1 KiB2913

tail.testD03-May-20242.7 KiB7765

tar.testD03-May-20243.9 KiB12173

test.testD03-May-20242.1 KiB8954

timeout.testD03-May-2024956 2113

top.testD03-May-2024589 146

touch.testD03-May-20242.7 KiB7855

truncate.testD03-May-20241.1 KiB2923

unzip.testD03-May-20243.8 KiB8753

uptime.testD03-May-2024339 115

useradd.testD03-May-20243.2 KiB10576

uudecode.testD03-May-2024984 2719

uuencode.testD03-May-2024840 2718

uuidgen.testD03-May-2024236 82

wc.testD03-May-20241.1 KiB3424

xargs.testD03-May-20241.7 KiB4823

xxd.testD03-May-20242.6 KiB5432

xzcat.testD03-May-2024993 2715

zcat.testD03-May-2024491 218

README.txt

1The build infrastructure adds a "make test_NAME" target for each NAME.test
2file in this directory, and "make tests" iterates through all of them.
3
4Individual tests boil down to a call to "scripts/test.sh NAME", and
5testing all is "scripts/test.sh" with no arguments.
6
7The test infrastructure, including the shell functions each test calls
8(mostly "testcmd" and "optional") is described in scripts/test.sh
9