Marc Haber pushed to branch master at Debian / adduser
Commits:
57cf04da by Marc Haber at 2025-03-22T06:43:24+01:00
more improvement of output in skel.t
- - - - -
1 changed file:
- debian/tests/f/skel.t
Changes:
=====================================
debian/tests/f/skel.t
=====================================
@@ -33,6 +33,8 @@ my $skel_list = `find /etc/skel/ -mindepth 1 -printf "%f %l
%m %s\n"`;
my $home_list = `find /home/$name/ -mindepth 1 -printf "%f %l %m %s\n"`;
ok($? == 0, "find /home/$name successful");
if( !ok($home_list eq $skel_list, 'files copied to home directory correct') ) {
+ print("skel_list: $skel_list\n");
+ print("home_list $home_list\n");
system("ls -al /etc/skel");
system("ls -al /home/$name");
}
View it on GitLab:
https://salsa.debian.org/debian/adduser/-/commit/57cf04da6bd54666481f1f072cec9fd500eb56fd
--
View it on GitLab:
https://salsa.debian.org/debian/adduser/-/commit/57cf04da6bd54666481f1f072cec9fd500eb56fd
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-shadow-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-shadow-devel