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


1.2
date	98.09.14.10.33.56;	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.2
log
@.
@
text
@#!/bin/sh

if ../g10/gpgm --homedir . $* 2>err.tmp.$$ ; then
    :
else
    echo "(../g10/gpgm --homedir . $*) failed" >&2
    cat err.tmp.$$ >&2
    rm err.tmp.$$
    exit 1
fi
rm err.tmp.$$

@


1.1
log
@New tests
@
text
@d3 3
a5 1
if ! ../g10/gpgm --homedir . $* 2>err.tmp.$$ ; then
@
