• Home
Name Date Size #Lines LOC

..--

files/12-May-2024-46,76446,693

README.txtD12-May-2024405 96

base64.testD12-May-20241.4 KiB2517

basename.testD12-May-2024992 3213

bc.testD12-May-2024729 4132

blkid.testD12-May-20241.9 KiB5640

bzcat.testD12-May-2024504 1710

cat.testD12-May-20241 KiB3322

chattr.testD12-May-20246.9 KiB134118

chgrp.testD12-May-20243.7 KiB10465

chmod.testD12-May-20249.2 KiB247182

chown.testD12-May-20241.1 KiB4424

cksum.testD12-May-20241.2 KiB3014

cmp.testD12-May-20241.9 KiB4623

cp.testD12-May-20243.8 KiB12790

cpio.testD12-May-20241.3 KiB4021

cut.testD12-May-20243.3 KiB8251

date.testD12-May-20243.3 KiB5732

dd.testD12-May-20244.6 KiB11076

demo_number.testD12-May-20241,010 3017

diff.testD12-May-2024917 4128

dirname.testD12-May-2024391 126

du.testD12-May-20241.6 KiB4120

echo.testD12-May-20241.7 KiB4828

env.testD12-May-20241 KiB3119

expand.testD12-May-20241.4 KiB4532

expr.testD12-May-20242.9 KiB6347

factor.testD12-May-2024748 2315

file.testD12-May-20243.2 KiB6145

find.testD12-May-20244.8 KiB13797

fmt.testD12-May-20241.6 KiB3423

fold.testD12-May-2024513 166

fstype.testD12-May-2024627 2411

getfattr.testD12-May-2024887 2719

grep.testD12-May-20248 KiB200160

groupadd.testD12-May-20242.5 KiB6448

groupdel.testD12-May-20241.2 KiB3523

gunzip.testD12-May-20241.5 KiB5132

gzip.testD12-May-20242.3 KiB7955

head.testD12-May-20241.4 KiB3423

hostname.testD12-May-2024330 136

iconv.testD12-May-2024656 167

ifconfig.testD12-May-20248 KiB20175

kill.testD12-May-2024175 93

killall.testD12-May-2024625 2213

link.testD12-May-2024821 2715

ln.testD12-May-20242.5 KiB8158

losetup.testD12-May-20241.1 KiB4329

ls.testD12-May-20242.6 KiB6040

lsattr.testD12-May-20241.3 KiB3928

man.testD12-May-20245.8 KiB223179

md5sum.testD12-May-20241.6 KiB4027

mkdir.testD12-May-20241.7 KiB7454

mkfifo.testD12-May-2024600 2918

mktemp.testD12-May-20242.1 KiB3327

modinfo.testD12-May-20241.9 KiB5128

more.testD12-May-2024382 188

mount.testD12-May-20243.4 KiB9477

mv.testD12-May-20244.7 KiB178141

nl.testD12-May-20242 KiB5630

paste.testD12-May-20241.1 KiB3121

pgrep.testD12-May-20241.1 KiB3819

pidof.testD12-May-2024879 3016

pkill.testD12-May-20242.6 KiB10881

printf.testD12-May-20243.3 KiB8754

ps.testD12-May-2024251 126

pwd.testD12-May-2024636 2716

readlink.testD12-May-20242.4 KiB7356

renice.testD12-May-20243 KiB11191

rev.testD12-May-2024886 2517

rm.testD12-May-20241.9 KiB6143

rmdir.testD12-May-20241.5 KiB5636

sed.testD12-May-20248.5 KiB192135

seq.testD12-May-20243 KiB7249

setfattr.testD12-May-2024736 2214

sh.testD12-May-20242.1 KiB7750

sha1sum.testD12-May-20241.6 KiB5840

sort.testD12-May-20243.4 KiB11170

split.testD12-May-2024858 3219

strings.testD12-May-20241.1 KiB2619

tac.testD12-May-20241.1 KiB2913

tail.testD12-May-20242.7 KiB7664

tar.testD12-May-20249.6 KiB289179

test.testD12-May-20242.1 KiB8954

timeout.testD12-May-20241.3 KiB3625

top.testD12-May-2024589 146

touch.testD12-May-20242.7 KiB7855

truncate.testD12-May-20241.2 KiB3224

unzip.testD12-May-20243.8 KiB8753

uptime.testD12-May-2024339 115

useradd.testD12-May-20243.2 KiB10576

uudecode.testD12-May-2024984 2719

uuencode.testD12-May-2024840 2718

uuidgen.testD12-May-2024236 82

wc.testD12-May-20241.1 KiB3424

xargs.testD12-May-20242.5 KiB6336

xxd.testD12-May-20242.6 KiB5432

xzcat.testD12-May-2024993 2715

zcat.testD12-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