shadow/tests
Chris Hofstaedtler 04592e4cc7 Remove references to cppw, cpgr
cppw, cpgr were Debian-only tools, which I've dropped in a recent upload.

Upstream should have never had tests for them.

Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
2024-08-12 10:08:45 +02:00
..
chage tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
chroot tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
chsh tests: replace egrep -> grep -E 2022-05-15 17:36:08 -05:00
cktools tests: print default timeout message to stderr 2023-02-09 09:55:04 -06:00
common tests/: Support run_some from exported tarball 2024-06-26 23:59:07 +02:00
convtools tests: replace egrep -> grep -E 2022-05-15 17:36:08 -05:00
crypt tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
debian Remove references to cppw, cpgr 2024-08-12 10:08:45 +02:00
expiry tests: print default timeout message to stderr 2023-02-09 09:55:04 -06:00
failures Remove references to cppw, cpgr 2024-08-12 10:08:45 +02:00
grouptools tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
libsubid tests/libsubid/04_nss: fix setting basedir 2024-07-18 08:52:35 -05:00
log fix typos 2023-04-26 17:35:58 -05:00
login tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
newgidmap tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
newuidmap tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
newusers tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
passwd tests: print default timeout message to stderr 2023-02-09 09:55:04 -06:00
split_groups tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
su tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
subids tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
unit lib/atoi/strtoi/, tests/: strto[iu]_(): 1 is an invalid base 2024-07-11 22:42:58 -05:00
usertools tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
bug334803-test.exp spelling: typical 2017-10-22 21:28:58 +00:00
cleanup.sh Add cleanup script 2014-09-21 00:17:24 +02:00
coverage.sh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
README use a geographically close URL 2021-08-18 18:07:50 +00:00
run_all Remove references to cppw, cpgr 2024-08-12 10:08:45 +02:00
run_all.coverage Remove references to cppw, cpgr 2024-08-12 10:08:45 +02:00
run_some tests/run_some: make sure unshared root user can descend build dir 2024-06-28 14:45:25 -05:00

This testsuite is NOT SECURE: it will temporarily change your passwords file
with known passwords.
You should run it on a chroot, or on a secured dedicated system.



To test a Debian system:
	$ mkdir sid-chroot
	$ sudo debootstrap sid sid-chroot/ http://deb.debian.org/debian/
edit or copy a sources.list
	$ sudo cp /etc/apt/sources.list sid-chroot/etc/apt/
edit or copy a resolv.conf
	$ sudo cp /etc/resolv.conf sid-chroot/etc/
	$ su - root -c "chroot sid-chroot/ /bin/bash"
	# mount -t proc proc /proc
	# mount -t devpts devpts /dev/pts
	# aptitude update
	# aptitude install expect
	# cd /dev ; mknod --mode=666 /dev/ptmx c 5 2