diff options
Diffstat (limited to 'tests/pkits/inittests')
-rwxr-xr-x | tests/pkits/inittests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkits/inittests b/tests/pkits/inittests index ec3e6d8cc..5c29bdc49 100755 --- a/tests/pkits/inittests +++ b/tests/pkits/inittests @@ -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 |