shadow/tests
2017-10-22 20:33:55 +00:00
..
chage spelling: maximum 2017-10-22 20:33:55 +00:00
chroot spelling: groupmod 2017-10-22 19:33:50 +00:00
chsh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cktools spelling: locally 2017-10-22 20:28:46 +00:00
common Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
convtools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cptools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
crypt spelling: equivalent 2017-10-22 19:11:20 +00:00
debian Update list of files in login and passwd packages 2014-09-20 15:39:32 +02:00
expiry spelling: display its 2017-10-22 18:44:58 +00:00
failures spelling: equivalent 2017-10-22 19:11:20 +00:00
grouptools spelling: equivalent 2017-10-22 19:11:20 +00:00
log spelling: constraints 2017-10-22 21:07:23 +00:00
login spelling: equivalent 2017-10-22 19:11:20 +00:00
newusers spelling: equivalent 2017-10-22 19:11:20 +00:00
passwd Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
split_groups spelling: equivalent 2017-10-22 19:11:20 +00:00
su spelling: equivalent 2017-10-22 19:11:20 +00:00
subids spelling: inserted 2017-10-22 20:22:44 +00:00
usertools spelling: if the 2017-10-22 19:47:52 +00:00
bug332198-test.exp Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
bug334803-test.exp Add tests from the old svn tree 2014-09-17 14:42:55 -05: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 Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
run_all spelling: interactive 2017-10-22 20:24:32 +00:00
run_all.coverage spelling: interactive 2017-10-22 20:24:32 +00: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://ftp.fr.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