From 72340b6eaaa57e2b28965f8fac5a10328953c339 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Feb 2018 17:01:41 +0100 Subject: fix test --- tests/005-rpminfo-full.phpt | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/005-rpminfo-full.phpt b/tests/005-rpminfo-full.phpt index e4de7ee..38f5bab 100644 --- a/tests/005-rpminfo-full.phpt +++ b/tests/005-rpminfo-full.phpt @@ -6,17 +6,22 @@ Check for rpminfo function --FILE-- Done --EXPECTF-- ---- /work/GIT/rpminfo/tests/bidon.rpm --- +--- bidon.rpm --- string(5) "bidon" string(15) "A dummy package" array(1) { @@ -24,7 +29,19 @@ array(1) { string(8) "- create" } bool(false) ---- /work/GIT/rpminfo/tests/bidon-src.rpm --- +array(1) { + [0]=> + string(6) "fooobs" +} +array(1) { + [0]=> + int(2) +} +array(1) { + [0]=> + string(1) "2" +} +--- bidon-src.rpm --- string(5) "bidon" string(15) "A dummy package" array(1) { -- cgit