shadow/tests
2017-10-22 18:34:35 +00:00
..
chage Make language less binary 2017-09-20 17:00:29 +01:00
chroot spelling: constraints 2017-10-22 21:07:23 +00: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 spelling: change 2017-10-22 08:24:59 +00: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 Make language less binary 2017-09-20 17:00:29 +01:00
grouptools spelling: at the 2017-10-22 08:00:59 +00:00
log spelling: constraints 2017-10-22 21:07:23 +00:00
login Make language less binary 2017-09-20 17:00:29 +01:00
newusers Make language less binary 2017-09-20 17:00:29 +01:00
passwd Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
split_groups Make language less binary 2017-09-20 17:00:29 +01:00
su Make language less binary 2017-09-20 17:00:29 +01:00
subids spelling: beginning 2017-10-22 08:04:51 +00:00
usertools spelling: default 2017-10-22 18:34:35 +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 Test userdel/usermod when homedir is a symlink 2014-09-21 00:36:24 +02:00
run_all.coverage Test userdel/usermod when homedir is a symlink 2014-09-21 00:36:24 +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