gnupg2/gnupg-1.9.16-testverbose.patch
Michael Schwendt 2415545d9f - Merge changes from Rex's 1.9.16-1 (Thu Apr 21):
- opensc support unconditional
- remove hard-coded .gz from %post/%postun
- add %check section
- add pth patch
- Put back patch modified from 1.9.15-4 to make tests verbose and change
    signal.c to describe received signals better.
2005-05-10 16:23:11 +00:00

10 lines
370 B
Diff

diff -Nur gnupg-1.9.16-orig/tests/runtest gnupg-1.9.16/tests/runtest
--- gnupg-1.9.16-orig/tests/runtest 2004-02-20 14:46:35.000000000 +0100
+++ gnupg-1.9.16/tests/runtest 2005-05-10 07:49:56.000000000 +0200
@@ -1,4 +1,4 @@
#!/bin/sh
[ -x "$1" ] && exec $1 $2
-exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
+exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1"