diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/006-rpminfo-errors.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |