diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-17 09:47:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-17 09:47:00 +0100 |
commit | 404a6c8960ee368e24bea7934664f75bee3f428b (patch) | |
tree | b5e802896fb28354a0d5a087da0030a00d73c6e8 /checks | |
parent | some import functionality (diff) | |
download | gnupg2-404a6c8960ee368e24bea7934664f75bee3f428b.tar.xz gnupg2-404a6c8960ee368e24bea7934664f75bee3f428b.zip |
revomoved subdir .g10
Diffstat (limited to 'checks')
-rwxr-xr-x | checks/checkit | 9 | ||||
-rw-r--r-- | checks/pubring.g10 | bin | 0 -> 4132 bytes | |||
-rw-r--r-- | checks/secring.g10 | bin | 0 -> 3918 bytes |
3 files changed, 4 insertions, 5 deletions
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 <<EOF >./.g10/options +cat <<EOF >./options no-greeting no-secmem-warning batch diff --git a/checks/pubring.g10 b/checks/pubring.g10 Binary files differnew file mode 100644 index 000000000..15e4e3252 --- /dev/null +++ b/checks/pubring.g10 diff --git a/checks/secring.g10 b/checks/secring.g10 Binary files differnew file mode 100644 index 000000000..6c907c9e9 --- /dev/null +++ b/checks/secring.g10 |