[Pkg-shadow-commits] r3425 - in debian/trunk/tests/failures: chpasswd-PAM/05_chpasswd-e_time_0 usermod/10_usermod_-p_time_0 usermod/11_usermod-f_no_shadow_entry_time_0

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat Jul 16 17:36:19 UTC 2011


Author: nekral-guest
Date: 2011-07-16 17:36:18 +0000 (Sat, 16 Jul 2011)
New Revision: 3425

Modified:
   debian/trunk/tests/failures/chpasswd-PAM/05_chpasswd-e_time_0/chpasswd.test
   debian/trunk/tests/failures/usermod/10_usermod_-p_time_0/usermod.test
   debian/trunk/tests/failures/usermod/11_usermod-f_no_shadow_entry_time_0/usermod.test
Log:
Hide failure library's warnings.


Modified: debian/trunk/tests/failures/chpasswd-PAM/05_chpasswd-e_time_0/chpasswd.test
===================================================================
--- debian/trunk/tests/failures/chpasswd-PAM/05_chpasswd-e_time_0/chpasswd.test	2011-07-16 17:33:02 UTC (rev 3424)
+++ debian/trunk/tests/failures/chpasswd-PAM/05_chpasswd-e_time_0/chpasswd.test	2011-07-16 17:36:18 UTC (rev 3425)
@@ -18,7 +18,7 @@
 
 echo -n "Change passwords (chpasswd -e)..."
 echo 'nobody:test
-lp:test2' | LD_PRELOAD=../../../common/time_0.so chpasswd -e
+lp:test2' | LD_PRELOAD=../../../common/time_0.so chpasswd -e 2>/dev/null
 echo "OK"
 
 echo -n "Check the passwd file..."

Modified: debian/trunk/tests/failures/usermod/10_usermod_-p_time_0/usermod.test
===================================================================
--- debian/trunk/tests/failures/usermod/10_usermod_-p_time_0/usermod.test	2011-07-16 17:33:02 UTC (rev 3424)
+++ debian/trunk/tests/failures/usermod/10_usermod_-p_time_0/usermod.test	2011-07-16 17:36:18 UTC (rev 3425)
@@ -17,7 +17,7 @@
 change_config
 
 echo -n "Change the user's password (usermod -p foopass foo)..."
-LD_PRELOAD=../../../common/time_0.so usermod -p foopass foo
+LD_PRELOAD=../../../common/time_0.so usermod -p foopass foo 2>/dev/null
 echo "OK"
 
 echo -n "Check the passwd file..."

Modified: debian/trunk/tests/failures/usermod/11_usermod-f_no_shadow_entry_time_0/usermod.test
===================================================================
--- debian/trunk/tests/failures/usermod/11_usermod-f_no_shadow_entry_time_0/usermod.test	2011-07-16 17:33:02 UTC (rev 3424)
+++ debian/trunk/tests/failures/usermod/11_usermod-f_no_shadow_entry_time_0/usermod.test	2011-07-16 17:36:18 UTC (rev 3425)
@@ -17,7 +17,7 @@
 change_config
 
 echo -n "Change the user's password (usermod -f 12 foo)..."
-LD_PRELOAD=../../../common/time_0.so usermod -f 12 foo
+LD_PRELOAD=../../../common/time_0.so usermod -f 12 foo 2>/dev/null
 echo "OK"
 
 echo -n "Check the passwd file..."




More information about the Pkg-shadow-commits mailing list