shadow/tests
2014-09-21 00:17:25 +02:00
..
chage Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
chroot Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
chsh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cktools Add tests from the old svn tree 2014-09-17 14:42:55 -05: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 Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
debian Update list of files in login and passwd packages 2014-09-20 15:39:32 +02:00
expiry Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
failures Add tests for subids handling 2014-09-21 00:16:57 +02:00
grouptools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
log Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
login Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
newusers Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
passwd Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
split_groups Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
su Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
subids Add tests for subids handling 2014-09-21 00:16:57 +02:00
usertools Add tests from the old svn tree 2014-09-17 14:42:55 -05: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 Add config to disable execution of failure tests 2014-09-21 00:17:23 +02: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