head	1.6;
access;
symbols
	DEVEL-BRANCH-1-1:1.6
	V1-0-0:1.6
	V0-9-11:1.6
	V0-9-10:1.6
	V0-9-9:1.6
	V0-9-8:1.6
	V0-9-7:1.6
	V0-9-6:1.6
	V0-9-5:1.6
	V0-9-4:1.6
	V0-9-3:1.6
	V0-9-2:1.6
	V0-9-1:1.6
	V0-9-0:1.6
	V0-4-5:1.6
	V0-4-4:1.6
	V0-4-3:1.6
	V0-4-2:1.6
	V0-4-1:1.6
	V0-4-0:1.4
	V0-3-5:1.4
	V0-3-4:1.3
	V0-3-3:1.3
	V0-3-2:1.2
	V0-3-1:1.2
	V0-3-0:1.2
	V0-2-19:1.1
	V0-2-18:1.1
	V0-2-17:1.1
	V0-2-15:1.1;
locks; strict;
comment	@# @;


1.6
date	98.10.07.13.30.37;	author wk;	state Exp;
branches;
next	1.5;

1.5
date	98.09.28.19.25.13;	author wk;	state Exp;
branches;
next	1.4;

1.4
date	98.09.14.10.33.56;	author wk;	state Exp;
branches;
next	1.3;

1.3
date	98.08.08.19.26.45;	author wk;	state Exp;
branches;
next	1.2;

1.2
date	98.06.13.06.59.03;	author wk;	state Exp;
branches;
next	1.1;

1.1
date	98.04.08.19.42.06;	author wk;	state Exp;
branches;
next	;


desc
@@


1.6
log
@a new release
@
text
@#!/bin/sh

[ -n "$show_cmds" ] && echo "../g10/gpg --homedir . $*"

if ../g10/gpg --homedir . $* 2>err.tmp.$$ ; then
    :
else
    echo "(../g10/gpg --homedir . $*) failed" >&2
    cat err.tmp.$$ >&2
    rm err.tmp.$$
    exit 1
fi
fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$
rm err.tmp.$$

@


1.5
log
@*** empty log message ***
@
text
@d13 1
a13 1
fgrep -v -f run-gpg.patterns err.tmp.$$
@


1.4
log
@.
@
text
@d13 1
a13 6
fgrep -v -f - err.tmp.$$ <<EOF
gpg: Good signature from
gpg: Signature made
gpg: note: cipher algorithm 3 not found in preferences
gpg: note: cipher algorithm 4 not found in preferences
EOF
@


1.3
log
@ready for a new release
@
text
@d5 3
a7 1
if ! ../g10/gpg --homedir . $* 2>err.tmp.$$ ; then
@


1.2
log
@a whole bunch of internal cleanups
@
text
@d3 2
d11 6
a16 2
grep -v 'gpg: Good signature from' err.tmp.$$ \
 | grep -v 'gpg: Signature made ' || true
@


1.1
log
@New tests
@
text
@d9 2
a10 1
grep -v 'gpg: Good signature from' err.tmp.$$ || true
@
