[svn] GnuPG - r4940 - trunk/tests/pkits
svn author wk
cvs at cvs.gnupg.org
Tue Mar 3 10:47:48 CET 2009
Author: wk
Date: 2009-03-03 10:47:48 +0100 (Tue, 03 Mar 2009)
New Revision: 4940
Modified:
trunk/tests/pkits/ChangeLog
trunk/tests/pkits/inittests
Log:
Arggg, forgot one other place.
Modified: trunk/tests/pkits/ChangeLog
===================================================================
--- trunk/tests/pkits/ChangeLog 2009-03-03 09:21:25 UTC (rev 4939)
+++ trunk/tests/pkits/ChangeLog 2009-03-03 09:47:48 UTC (rev 4940)
@@ -1,5 +1,7 @@
2009-03-03 Werner Koch <wk at 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 at g10code.com>
Modified: trunk/tests/pkits/inittests
===================================================================
--- trunk/tests/pkits/inittests 2009-03-03 09:21:25 UTC (rev 4939)
+++ trunk/tests/pkits/inittests 2009-03-03 09:47:48 UTC (rev 4940)
@@ -48,7 +48,7 @@
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
More information about the Gnupg-commits
mailing list