[Pkg-shadow-devel] [Git][debian/adduser][debian/latest] 5 commits: rename testsuite file names for better ordering

Marc Haber (@zugschlus) gitlab at salsa.debian.org
Tue Oct 14 05:50:53 BST 2025



Marc Haber pushed to branch debian/latest at Debian / adduser


Commits:
53262f1e by Marc Haber at 2025-10-14T06:35:17+02:00
rename testsuite file names for better ordering

Git-Dch: ignore

- - - - -
6711e06b by Marc Haber at 2025-10-14T06:35:17+02:00
remove doubled semicolon.

Git-Dch: ignore

- - - - -
9f48853a by Marc Haber at 2025-10-14T06:35:17+02:00
fix brace position

Git-Dch: ignore

- - - - -
dc525e22 by Marc Haber at 2025-10-14T06:35:17+02:00
fix readding -> reading

Git-Dch: ignore

- - - - -
77331713 by Marc Haber at 2025-10-14T06:35:17+02:00
fix indent

Git-Dch: ignore

- - - - -


12 changed files:

- AdduserCommon.pm
- AdduserLogging.pm
- adduser
- testsuite/test1.pl → testsuite/test01.pl
- testsuite/test2.pl → testsuite/test02.pl
- testsuite/test3.pl → testsuite/test03.pl
- testsuite/test4.pl → testsuite/test04.pl
- testsuite/test5.pl → testsuite/test05.pl
- testsuite/test6.pl → testsuite/test06.pl
- testsuite/test7.pl → testsuite/test07.pl
- testsuite/test8.pl → testsuite/test08.pl
- testsuite/test9.pl → testsuite/test09.pl


Changes:

=====================================
AdduserCommon.pm
=====================================
@@ -336,8 +336,7 @@ sub read_pool {
     close $pool || die "$!";
 }
 
-sub get_group_members
-{
+sub get_group_members {
     my $group = shift;
 
     my @members;


=====================================
AdduserLogging.pm
=====================================
@@ -49,7 +49,7 @@ BEGIN {
 
 my $stderrmsglevel="error";
 my $stdoutmsglevel="error";
-my $logmsglevel="info";;
+my $logmsglevel="info";
 my $loggerparms="";
 my $has_sys_admin;
 my $logger_id_option;


=====================================
adduser
=====================================
@@ -583,7 +583,7 @@ if ($action eq "addsysuser") {
     }
 
     if (!$ingroup_name && !defined($gid_option) && !$make_group_also) {
-      $gid_option = $nogroup_id;
+        $gid_option = $nogroup_id;
     }
     check_user_group(1);
 


=====================================
testsuite/test1.pl → testsuite/test01.pl
=====================================


=====================================
testsuite/test2.pl → testsuite/test02.pl
=====================================


=====================================
testsuite/test3.pl → testsuite/test03.pl
=====================================


=====================================
testsuite/test4.pl → testsuite/test04.pl
=====================================


=====================================
testsuite/test5.pl → testsuite/test05.pl
=====================================


=====================================
testsuite/test6.pl → testsuite/test06.pl
=====================================


=====================================
testsuite/test7.pl → testsuite/test07.pl
=====================================


=====================================
testsuite/test8.pl → testsuite/test08.pl
=====================================


=====================================
testsuite/test9.pl → testsuite/test09.pl
=====================================
@@ -2,11 +2,11 @@
 
 # expect:
 #  - a new non-system group $groupname
-#  - readding the group fails
-#  - readding the group as a system group fails
+#  - reading the group fails
+#  - reading the group as a system group fails
 #  - a new system group $groupname
-#  - readding the group succeeds
-#  - readding the group as a non-system group fails
+#  - reading the group succeeds
+#  - reading the group as a non-system group fails
 
 use strict;
 



View it on GitLab: https://salsa.debian.org/debian/adduser/-/compare/1150d03a7a76ea735d052e15bd3ca6478da1f290...77331713cece439372e2f081153bb87f356a6c4e

-- 
View it on GitLab: https://salsa.debian.org/debian/adduser/-/compare/1150d03a7a76ea735d052e15bd3ca6478da1f290...77331713cece439372e2f081153bb87f356a6c4e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/attachments/20251014/7c2c0086/attachment-0001.htm>


More information about the Pkg-shadow-devel mailing list