From 404a6c8960ee368e24bea7934664f75bee3f428b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Feb 1998 08:47:00 +0000 Subject: revomoved subdir .g10 --- checks/checkit | 9 ++++----- checks/pubring.g10 | Bin 0 -> 4132 bytes checks/secring.g10 | Bin 0 -> 3918 bytes 3 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 checks/pubring.g10 create mode 100644 checks/secring.g10 diff --git a/checks/checkit b/checks/checkit index 4c221ce56..de1bf053d 100755 --- a/checks/checkit +++ b/checks/checkit @@ -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 <./.g10/options +cat <./options no-greeting no-secmem-warning batch diff --git a/checks/pubring.g10 b/checks/pubring.g10 new file mode 100644 index 000000000..15e4e3252 Binary files /dev/null and b/checks/pubring.g10 differ diff --git a/checks/secring.g10 b/checks/secring.g10 new file mode 100644 index 000000000..6c907c9e9 Binary files /dev/null and b/checks/secring.g10 differ -- cgit v1.2.3