diff options
Diffstat (limited to 't/helper.pm')
-rw-r--r-- | t/helper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm index 8cfdb35d..fb211359 100644 --- a/t/helper.pm +++ b/t/helper.pm @@ -140,7 +140,7 @@ sub system_should_fail { sub check_installed_fullnames { my (@names) = @_; - is(`rpm -qa --root $::pwd/root | sort`, join('', map { "$_\n" } sort(@names))); + is(`rpm -qa --qf '%{NVR}\\n' --root $::pwd/root | sort`, join('', map { "$_\n" } sort(@names))); } sub check_installed_names { |