aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/gpgscm/ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgscm/ffi.c b/tests/gpgscm/ffi.c
index 829384ae1..44db6bb82 100644
--- a/tests/gpgscm/ffi.c
+++ b/tests/gpgscm/ffi.c
@@ -653,7 +653,7 @@ do_spawn_process (scheme *sc, pointer args)
}
err = gnupg_spawn_process (argv[0], (const char **) &argv[1],
- GPG_ERR_SOURCE_DEFAULT,
+ NULL,
NULL,
flags,
&infp, &outfp, &errfp, &pid);