summaryrefslogtreecommitdiff
path: root/common/t-exectool.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/t-exectool.c')
-rw-r--r--common/t-exectool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/t-exectool.c b/common/t-exectool.c
index 9cea2d1..e1fffdc 100644
--- a/common/t-exectool.c
+++ b/common/t-exectool.c
@@ -45,6 +45,7 @@ test_executing_true (void)
char *result;
size_t len;
+ /* Fixme: We should use gpgrt_access here. */
if (access (pgmname, X_OK))
{
if (access (alt_pgmname, X_OK))