From a67ea57e40822e253dc734cad20e39559a39ff57 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 5 May 2024 23:00:06 +0100 Subject: 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 --- media-gfx/jhead/jhead-3.08-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-gfx') diff --git a/media-gfx/jhead/jhead-3.08-r1.ebuild b/media-gfx/jhead/jhead-3.08-r1.ebuild index 181929ebdc85..3522816be291 100644 --- a/media-gfx/jhead/jhead-3.08-r1.ebuild +++ b/media-gfx/jhead/jhead-3.08-r1.ebuild @@ -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() { -- cgit v1.2.3-65-gdbad