media-gfx/jhead: actually test the just-built binary

Oops. Pointed out by slyfox on the bug.

Bug: https://bugs.gentoo.org/931225
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-05 23:00:06 +01:00
parent 7d1456adbb
commit a67ea57e40

View File

@@ -28,7 +28,7 @@ src_compile() {
src_test() {
# TODO: Add an example file we change & compare checksum?
# Trivial smoketest (which would've found bug #931225)
jhead -V || die
./jhead -V || die
}
src_install() {