[Pkg-shadow-commits] r3244 - debian/trunk/tests/usertools/36_usermod_change_uid+move_homedir_other_device

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Aug 26 19:37:44 UTC 2010


Author: nekral-guest
Date: 2010-08-26 19:37:38 +0000 (Thu, 26 Aug 2010)
New Revision: 3244

Modified:
   debian/trunk/tests/usertools/36_usermod_change_uid+move_homedir_other_device/usermod.test
Log:
Updated debug & log information


Modified: debian/trunk/tests/usertools/36_usermod_change_uid+move_homedir_other_device/usermod.test
===================================================================
--- debian/trunk/tests/usertools/36_usermod_change_uid+move_homedir_other_device/usermod.test	2010-08-26 19:36:43 UTC (rev 3243)
+++ debian/trunk/tests/usertools/36_usermod_change_uid+move_homedir_other_device/usermod.test	2010-08-26 19:37:38 UTC (rev 3244)
@@ -23,11 +23,12 @@
 ln -s /home/foo/toto /home/foo/tutu
 mknod /home/foo/null c 1 3
 chown -R foo:foo /home/foo
+stat --printf "%A %u:%g %N\n" /home/foo/* /home/foo/.* 2>/dev/null | sort
 
 mkdir /tmp/home
 mount --bind /home /tmp/home
 
-echo -n "Change the user's home directory (usermod -m -d /home/foo2 foo)..."
+echo -n "Change the user's home directory (usermod -m -d /tmp/home/foo2 -u 1001 foo ..."
 usermod -m -d /tmp/home/foo2 -u 1001 foo
 echo "OK"
 




More information about the Pkg-shadow-commits mailing list