[Pkg-shadow-devel] [Git][debian/adduser][wip/various-random-things] add assert_path_is_a_file to debian/tests/lib
Marc Haber (@zugschlus)
gitlab at salsa.debian.org
Sun Jan 11 07:49:42 GMT 2026
Marc Haber pushed to branch wip/various-random-things at Debian / adduser
Commits:
e3cfc5df by Marc Haber at 2026-01-11T08:49:29+01:00
add assert_path_is_a_file to debian/tests/lib
Git-Dch: ignore
- - - - -
1 changed file:
- debian/tests/lib/AdduserTestsCommon.pm
Changes:
=====================================
debian/tests/lib/AdduserTestsCommon.pm
=====================================
@@ -308,7 +308,7 @@ sub assert_path_has_ownership {
sub assert_path_is_a_file {
my $path = shift;
- ok(-f $path, "path is a file $path");
+ ok(-f $path, "path is a file: $path");
}
sub assert_path_is_a_directory {
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/e3cfc5df87bafa9100990f25fc99a4169093a8b5
--
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/e3cfc5df87bafa9100990f25fc99a4169093a8b5
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/20260111/a581e48c/attachment.htm>
More information about the Pkg-shadow-devel
mailing list