diff options
Diffstat (limited to 'tests/pkits/common.sh')
-rw-r--r-- | tests/pkits/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkits/common.sh b/tests/pkits/common.sh index e78456730..ca18b9501 100644 --- a/tests/pkits/common.sh +++ b/tests/pkits/common.sh @@ -42,7 +42,7 @@ SCRATCH="scratch.$$.tmp" MYTIME="20080508T120000" -if [ "$GNUPGHOME" != "`pwd`" ]; then +if [ "$GNUPGHOME" != "`/bin/pwd`" ]; then echo "inittests: please set GNUPGHOME to the tests/pkits directory" >&2 exit 1 fi |