From 6055e3d8722c85e5b6a158e45ff831cf8046887a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 08:17:26 +0100 Subject: Release 0.1.2 --- tests/006-rpminfo-errors.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/006-rpminfo-errors.phpt b/tests/006-rpminfo-errors.phpt index 78ab21d..edacbdb 100644 --- a/tests/006-rpminfo-errors.phpt +++ b/tests/006-rpminfo-errors.phpt @@ -28,9 +28,9 @@ bool(false) + PHP Warnings bool(false) -string(75) "Can't open '%s/tests/missing.rpm': No such file or directory" +string(%d) "Can't open '%s/tests/missing.rpm': No such file or directory" bool(false) -string(87) "Can't read '%s/tests/006-rpminfo-errors.php': Argument is not a RPM file" +string(%d) "Can't read '%s/tests/006-rpminfo-errors.php': Argument is not a RPM file" bool(true) NULL Done -- cgit