rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

`rpm --eval` ignores write errors on stdout #212

Closed DemiMarie closed 3 years ago

DemiMarie commented 3 years ago

rpm --eval 1 >/dev/full; echo $? shows 0 and no error message.

lukash commented 3 years ago

Was this meant to be reported against rpm?

DemiMarie commented 3 years ago

It was, sorry.