• Home
Name Date Size #Lines LOC

..--

files/22-Oct-2025-46,76446,693

README.txtD22-Oct-2025405 96

base64.testD22-Oct-20251.4 KiB2517

basename.testD22-Oct-2025992 3213

bc.testD22-Oct-2025729 4132

blkid.testD22-Oct-20251.9 KiB5640

bzcat.testD22-Oct-2025504 1710

cat.testD22-Oct-20251 KiB3322

chattr.testD22-Oct-20256.9 KiB134118

chgrp.testD22-Oct-20253.7 KiB10465

chmod.testD22-Oct-20259.2 KiB247182

chown.testD22-Oct-20251.1 KiB4424

cksum.testD22-Oct-20251.2 KiB3014

cmp.testD22-Oct-20251.9 KiB4623

cp.testD22-Oct-20253.9 KiB13496

cpio.testD22-Oct-20251.3 KiB4021

cut.testD22-Oct-20253.3 KiB8251

date.testD22-Oct-20253.3 KiB5732

dd.testD22-Oct-20254.6 KiB11076

demo_number.testD22-Oct-20251,010 3017

diff.testD22-Oct-2025917 4128

dirname.testD22-Oct-2025391 126

du.testD22-Oct-20251.6 KiB4120

echo.testD22-Oct-20251.7 KiB4828

env.testD22-Oct-20251 KiB3119

expand.testD22-Oct-20251.4 KiB4532

expr.testD22-Oct-20252.9 KiB6347

factor.testD22-Oct-2025748 2315

file.testD22-Oct-20253.2 KiB6145

find.testD22-Oct-20254.8 KiB13797

fmt.testD22-Oct-20251.6 KiB3423

fold.testD22-Oct-2025513 166

fstype.testD22-Oct-2025627 2411

getfattr.testD22-Oct-2025887 2719

grep.testD22-Oct-20258 KiB200160

groupadd.testD22-Oct-20252.5 KiB6448

groupdel.testD22-Oct-20251.2 KiB3523

gunzip.testD22-Oct-20251.5 KiB5132

gzip.testD22-Oct-20252.3 KiB7955

head.testD22-Oct-20251.4 KiB3423

hostname.testD22-Oct-2025330 136

iconv.testD22-Oct-2025656 167

ifconfig.testD22-Oct-20258 KiB20175

kill.testD22-Oct-2025175 93

killall.testD22-Oct-2025625 2213

link.testD22-Oct-2025821 2715

ln.testD22-Oct-20252.5 KiB8158

losetup.testD22-Oct-20251.1 KiB4329

ls.testD22-Oct-20252.6 KiB6040

lsattr.testD22-Oct-20251.3 KiB3928

man.testD22-Oct-20255.8 KiB223179

md5sum.testD22-Oct-20251.6 KiB4027

mkdir.testD22-Oct-20251.7 KiB7454

mkfifo.testD22-Oct-2025600 2918

mktemp.testD22-Oct-20252.1 KiB3327

modinfo.testD22-Oct-20251.9 KiB5128

more.testD22-Oct-2025382 188

mount.testD22-Oct-20253.4 KiB9477

mv.testD22-Oct-20254.7 KiB178141

nl.testD22-Oct-20252 KiB5630

paste.testD22-Oct-20251.1 KiB3121

pgrep.testD22-Oct-20251.1 KiB3819

pidof.testD22-Oct-2025879 3016

pkill.testD22-Oct-20252.6 KiB10881

printf.testD22-Oct-20253.3 KiB8754

ps.testD22-Oct-2025251 126

pwd.testD22-Oct-2025636 2716

readlink.testD22-Oct-20252.4 KiB7356

renice.testD22-Oct-20253 KiB11191

rev.testD22-Oct-2025886 2517

rm.testD22-Oct-20251.9 KiB6143

rmdir.testD22-Oct-20251.5 KiB5636

sed.testD22-Oct-20258.5 KiB192135

seq.testD22-Oct-20253 KiB7249

setfattr.testD22-Oct-2025736 2214

sh.testD22-Oct-20252.1 KiB7750

sha1sum.testD22-Oct-20251.6 KiB5840

sort.testD22-Oct-20253.4 KiB11170

split.testD22-Oct-2025858 3219

strings.testD22-Oct-20251.1 KiB2619

tac.testD22-Oct-20251.1 KiB2913

tail.testD22-Oct-20252.7 KiB7664

tar.testD22-Oct-20259.6 KiB289179

test.testD22-Oct-20252.1 KiB8954

timeout.testD22-Oct-20251.3 KiB3625

top.testD22-Oct-2025589 146

touch.testD22-Oct-20252.7 KiB7855

truncate.testD22-Oct-20251.2 KiB3224

unzip.testD22-Oct-20253.8 KiB8753

uptime.testD22-Oct-2025339 115

useradd.testD22-Oct-20253.2 KiB10576

uudecode.testD22-Oct-2025984 2719

uuencode.testD22-Oct-2025840 2718

uuidgen.testD22-Oct-2025236 82

wc.testD22-Oct-20251.1 KiB3424

xargs.testD22-Oct-20252.5 KiB6336

xxd.testD22-Oct-20252.6 KiB5432

xzcat.testD22-Oct-2025993 2715

zcat.testD22-Oct-2025602 219

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