aboutsummaryrefslogtreecommitdiffstats
path: root/g10/t-stutter.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-04-05 09:10:09 +0000
committerWerner Koch <[email protected]>2016-04-05 09:11:11 +0000
commit7b58a1118d98543ed6854447d7b403877638ba54 (patch)
treeb41440856d2205c3fc3145ba248772b0ef84af6e /g10/t-stutter.c
parentNow build "gpg" binary but install as "gpg2" (diff)
downloadgnupg-7b58a1118d98543ed6854447d7b403877638ba54.tar.gz
gnupg-7b58a1118d98543ed6854447d7b403877638ba54.zip
gpg: Replace use of "gpg2" by GPG_NAME
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/t-stutter.c')
-rw-r--r--g10/t-stutter.c7
1 files changed, 4 insertions, 3 deletions
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
*/