diff options
Diffstat (limited to 'tests/inittests')
-rwxr-xr-x | tests/inittests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inittests b/tests/inittests index 05a94eb68..1a51bdfc5 100755 --- a/tests/inittests +++ b/tests/inittests @@ -51,7 +51,7 @@ if [ "$1" = "--clean" ]; then exit 0 fi -if [ "$GNUPGHOME" != "`pwd`" ]; then +if [ "$GNUPGHOME" != "`/bin/pwd`" ]; then echo "inittests: please set GNUPGHOME to the test directory" >&2 exit 1 fi |