shadow/tests
Alejandro Colomar b76fc2947f tests/unit/test_zustr2stp.c: Test ZUSTR2STP()
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-03-10 19:55:39 -05: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 lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
convtools tests: replace egrep -> grep -E 2022-05-15 17:36:08 -05:00
cptools spelling: nonexistent 2017-10-22 20:54:42 +00:00
crypt tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
debian Update list of files in login and passwd packages 2014-09-20 15:39:32 +02:00
expiry tests: print default timeout message to stderr 2023-02-09 09:55:04 -06:00
failures tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
grouptools tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
libsubid lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02: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 tests/unit/test_zustr2stp.c: Test ZUSTR2STP() 2024-03-10 19:55:39 -05:00
usertools tests/: Remove references to cracklib 2023-11-25 21:24:38 -06:00
bug332198-test.exp Add tests from the old svn tree 2014-09-17 14:42:55 -05: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 Add '62_usermod_remove_supplementary_groups' test case to test runner scripts (run_all, run_all.coverage) 2022-12-11 10:58:37 -06:00
run_all.coverage Add '62_usermod_remove_supplementary_groups' test case to test runner scripts (run_all, run_all.coverage) 2022-12-11 10:58:37 -06:00
run_some run_some: fix shellcheck warning 2023-02-27 21:38:45 -06: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