revomoved subdir .g10

This commit is contained in:
Werner Koch 1998-02-17 08:47:00 +00:00
parent 82464369f6
commit 404a6c8960
3 changed files with 4 additions and 5 deletions

View File

@ -39,13 +39,13 @@ chdir () {
cleanup () {
rm $data_files x y z 2>/dev/null
echo "#empty" >./.g10/options
echo "#empty" >./options
}
run_g10 () {
if ! eval HOME=. ../g10/g10 $* ; then
echo "(HOME=. ../g10/g10 $*) failed" >&2
if ! eval ../g10/g10 --homedir . $* ; then
echo "(../g10/g10 --homedir . $*) failed" >&2
exit 1
fi
}
@ -60,7 +60,6 @@ trap cleanup SIGHUP SIGINT SIGQUIT
# some checks
[ -d "./.g10" ] || fatal "subdirectory .g10 missing"
for i in $plain_files; do
[ -f $i ] || fatal "$i: missing"
done
@ -69,7 +68,7 @@ for i in $exp_files; do
done
# create the keyrings
cat <<EOF >./.g10/options
cat <<EOF >./options
no-greeting
no-secmem-warning
batch

BIN
checks/pubring.g10 Normal file

Binary file not shown.

BIN
checks/secring.g10 Normal file

Binary file not shown.