--TEST-- Check for rpminfo function errors --SKIPIF-- --FILE-- Done --EXPECTF-- + PHP Warnings Warning: rpminfo(): Can't open '%s/tests/missing.rpm': No such file or directory in %s on line %d bool(false) Warning: rpminfo(): Can't read '%s/tests/006-rpminfo-errors.php': Argument is not a RPM file in %s on line %d bool(false) + PHP Warnings bool(false) string(75) "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" bool(true) NULL Done