[Pkg-shadow-commits] r3424 - in debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure: . data

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


Author: nekral-guest
Date: 2011-07-16 17:33:02 +0000 (Sat, 16 Jul 2011)
New Revision: 3424

Added:
   debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/gshadow
Removed:
   debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/shadow
Modified:
   debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/chgpasswd.test
Log:
Fix test.


Modified: debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/chgpasswd.test
===================================================================
--- debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/chgpasswd.test	2011-07-16 16:12:01 UTC (rev 3423)
+++ debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/chgpasswd.test	2011-07-16 17:33:02 UTC (rev 3424)
@@ -43,10 +43,10 @@
 ../../../common/compare_file.pl config/etc/group /etc/group
 echo "OK"
 echo -n "Check the shadow file..."
-../../../common/compare_file.pl data/shadow /etc/shadow
+../../../common/compare_file.pl config/etc/shadow /etc/shadow
 echo "OK"
 echo -n "Check the gshadow file..."
-../../../common/compare_file.pl config/etc/gshadow /etc/gshadow
+../../../common/compare_file.pl data/gshadow /etc/gshadow
 echo "OK"
 
 log_status "$0" "SUCCESS"

Added: debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/gshadow
===================================================================
--- debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/gshadow	                        (rev 0)
+++ debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/gshadow	2011-07-16 17:33:02 UTC (rev 3424)
@@ -0,0 +1,41 @@
+root:*::
+daemon:*::
+bin:*::
+sys:*::
+adm:*::
+tty:*::
+disk:*::
+lp:test2::
+mail:*::
+news:*::
+uucp:*::
+man:*::
+proxy:*::
+kmem:*::
+dialout:*::
+fax:*::
+voice:*::
+cdrom:*::
+floppy:*::
+tape:*::
+sudo:*::
+audio:*::
+dip:*::
+www-data:*::
+backup:*::
+operator:*::
+list:*::
+irc:*::
+src:*::
+gnats:*::
+shadow:*::
+utmp:*::
+video:*::
+sasl:*::
+plugdev:*::
+staff:*::
+games:*::
+users:*::
+crontab:x::
+Debian-exim:x::
+foo:*::

Deleted: debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/shadow
===================================================================
--- debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/shadow	2011-07-16 16:12:01 UTC (rev 3423)
+++ debian/trunk/tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/data/shadow	2011-07-16 17:33:02 UTC (rev 3424)
@@ -1,19 +0,0 @@
-root:$1$NBLBLIXb$WUgojj1bNuxWEADQGt1m9.:12991:0:99999:7:::
-daemon:*:12977:0:99999:7:::
-bin:*:12977:0:99999:7:::
-sys:*:12977:0:99999:7:::
-sync:*:12977:0:99999:7:::
-games:*:12977:0:99999:7:::
-man:*:12977:0:99999:7:::
-lp:test2:@TODAY@:0:99999:7:::
-mail:*:12977:0:99999:7:::
-news:*:12977:0:99999:7:::
-uucp:*:12977:0:99999:7:::
-proxy:*:12977:0:99999:7:::
-www-data:*:12977:0:99999:7:::
-backup:*:12977:0:99999:7:::
-list:*:12977:0:99999:7:::
-irc:*:12977:0:99999:7:::
-gnats:*:12977:0:99999:7:::
-Debian-exim:!:12977:0:99999:7:::
-foo:!:12977:0:99999:7:::




More information about the Pkg-shadow-commits mailing list