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