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

BIN
checks/pubring.g10 Normal file

Binary file not shown.

BIN
checks/secring.g10 Normal file

Binary file not shown.