From 7b58a1118d98543ed6854447d7b403877638ba54 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 5 Apr 2016 11:10:09 +0200 Subject: gpg: Replace use of "gpg2" by GPG_NAME Signed-off-by: Werner Koch --- g10/t-stutter.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'g10/t-stutter.c') diff --git a/g10/t-stutter.c b/g10/t-stutter.c index 8bdfb07ea..9576027a3 100644 --- a/g10/t-stutter.c +++ b/g10/t-stutter.c @@ -37,12 +37,13 @@ * * How to generate a test message: * - * $ echo 0123456789abcdefghijklmnopqrstuvwxyz | gpg2 --disable-mdc -z 0 -c > msg.asc - * $ gpg2 --list-packets msg.asc + * $ echo 0123456789abcdefghijklmnopqrstuvwxyz | \ + * gpg --disable-mdc -z 0 -c > msg.asc + * $ gpg --list-packets msg.asc * # Make sure the encryption packet contains a literal packet (without * # any nesting). * $ gpgsplit msg.asc - * $ gpg2 --show-session-key -d msg.asc + * $ gpg --show-session-key -d msg.asc * $ ./t-stutter --debug SESSION_KEY 000002-009.encrypted */ -- cgit v1.2.3