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.


_______________________________________________
Pkg-shadow-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-shadow-devel

Reply via email to