This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b08c26021f3e2398743ebf95510838ab54d6f071

commit b08c26021f3e2398743ebf95510838ab54d6f071
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Jul 29 00:31:29 2024 +0200

    test: Improve Dpkg::Changelog data test case message
---
 scripts/t/Dpkg_Changelog.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/t/Dpkg_Changelog.t b/scripts/t/Dpkg_Changelog.t
index 093ca8138..6f5a71c3b 100644
--- a/scripts/t/Dpkg_Changelog.t
+++ b/scripts/t/Dpkg_Changelog.t
@@ -49,7 +49,7 @@ foreach my $file ("$datadir/countme", "$datadir/shadow", 
"$datadir/fields",
     is($errors, '', "Parse example changelog $file without errors");
 
     my @data = @$changes;
-    ok(@data, 'data is not empty');
+    ok(@data, "data from $file is not empty");
 
     if ($file eq "$datadir/countme") {
        # test range options

-- 
Dpkg.Org's dpkg

Reply via email to