]> granicus.if.org Git - shadow/commit
Test userdel/usermod when homedir is a symlink
authorNicolas François <nicolas.francois@centraliens.net>
Sat, 20 Sep 2014 22:33:02 +0000 (00:33 +0200)
committerNicolas François <nicolas.francois@centraliens.net>
Sat, 20 Sep 2014 22:36:24 +0000 (00:36 +0200)
commit6b65c6aeae798acc419df7ff70c367682dee47ab
tree6210d7f8f483f31b338093db3afc70f964d6ab37
parent3fb292f3c73170dd2269ef9d60d81f49a4bf42f5
Test userdel/usermod when homedir is a symlink
25 files changed:
tests/run_all
tests/run_all.coverage
tests/usertools/userdel/10_userdel_del_homedir_symlink/config.txt [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/config/etc/default/useradd [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/config/etc/group [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/config/etc/gshadow [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/config/etc/passwd [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/config/etc/shadow [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/data/group [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/data/gshadow [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/data/passwd [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/data/shadow [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/data/userdel.err [new file with mode: 0644]
tests/usertools/userdel/10_userdel_del_homedir_symlink/userdel.test [new file with mode: 0755]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config.txt [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config/etc/default/useradd [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config/etc/group [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config/etc/gshadow [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config/etc/passwd [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/config/etc/shadow [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/data/home_ls-a [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/data/home_ls-a2 [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/data/passwd [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/data/usermod.err [new file with mode: 0644]
tests/usertools/usermod/52_usermod_move_homedir_symlink/usermod.test [new file with mode: 0755]