Arggg, forgot one other place.

This commit is contained in:
Werner Koch 2009-03-03 09:47:48 +00:00
parent e240750936
commit cccda0c269
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-03-03 Werner Koch <wk@g10code.com>
* inittests (clean_files): Use /bin/pwd here as well.
* Makefile.am (run-all-tests): Also use /bin/pwd here.
2009-02-19 Werner Koch <wk@g10code.com>

View File

@ -48,7 +48,7 @@ if [ "$1" = "--clean" ]; then
exit 0
fi
if [ "$GNUPGHOME" != "`pwd`" ]; then
if [ "$GNUPGHOME" != "`/bin/pwd`" ]; then
echo "inittests: please set GNUPGHOME to the tests/pkits directory" >&2
exit 1
fi