summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-12 02:46:37 +0000
committerSam James <sam@gentoo.org>2024-03-12 02:46:37 +0000
commit34512ba13d37ac1879dd72bee63ae5208aff0de5 (patch)
tree1641b9d99a0db968ae14b0e2ed5df32aea5cc021 /app-misc/gcal
parentnet-proxy/ziproxy: mark as LTO-unsafe (diff)
downloadgentoo-34512ba13d37ac1879dd72bee63ae5208aff0de5.tar.gz
gentoo-34512ba13d37ac1879dd72bee63ae5208aff0de5.tar.bz2
gentoo-34512ba13d37ac1879dd72bee63ae5208aff0de5.zip
app-misc/gcal: fix tests when gcal not installed
... and obviously test the thing we just built properly. Closes: https://bugs.gentoo.org/925605 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/gcal')
-rw-r--r--app-misc/gcal/gcal-4.1-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
index 829867ea2dc9..24e198f30dfb 100644
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ b/app-misc/gcal/gcal-4.1-r2.ebuild
@@ -55,6 +55,7 @@ src_test() {
# Do basic smoke tests to help catch issues like bug #925560
# where trivial 'gcal' invocation crashed w/ _F_S=3.
+ local -x PATH="${S}/src:${S}:${PATH}"
local bin
for bin in gcal2txt tcal txt2gcal gcal ; do
src/${bin} || die