summaryrefslogtreecommitdiff
path: root/tests/run-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-sign.c')
-rw-r--r--tests/run-sign.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-sign.c b/tests/run-sign.c
index 9f2e175..1daf173 100644
--- a/tests/run-sign.c
+++ b/tests/run-sign.c
@@ -103,6 +103,7 @@ main (int argc, char **argv)
int print_status = 0;
int use_loopback = 0;
const char *sender = NULL;
+ const char *s;
if (argc)
{ argc--; argv++; }
@@ -229,6 +230,9 @@ main (int argc, char **argv)
exit (1);
}
+ if ((s = gpgme_get_ctx_flag (ctx, "redraw")) && *s)
+ fputs ("Screen redraw suggested\n", stdout);
+
fputs ("Begin Output:\n", stdout);
print_data (out);
fputs ("End Output.\n", stdout);