[Pkg-shadow-devel] [Git][debian/adduser][master] more improvement of output in skel.t
Marc Haber (@zugschlus)
gitlab at salsa.debian.org
Sat Mar 22 05:51:07 GMT 2025
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/attachments/20250322/e12edbd6/attachment-0001.htm>
More information about the Pkg-shadow-devel
mailing list