diff options
author | Sam James <sam@gentoo.org> | 2024-05-05 23:00:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-05 23:00:31 +0100 |
commit | a67ea57e40822e253dc734cad20e39559a39ff57 (patch) | |
tree | c4b94b6db32f1c7b0dcc50bb6064ae87ca1cd710 /media-gfx/jhead | |
parent | sys-kernel/git-sources: add 6.9_rc7 (diff) | |
download | gentoo-a67ea57e40822e253dc734cad20e39559a39ff57.tar.gz gentoo-a67ea57e40822e253dc734cad20e39559a39ff57.tar.bz2 gentoo-a67ea57e40822e253dc734cad20e39559a39ff57.zip |
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>
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/jhead-3.08-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |