[git] GnuPG - branch, master, updated. gnupg-2.1.14-19-g9ee23a7
by Justus Winter
cvs at cvs.gnupg.org
Mon Jul 25 10:45:28 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 9ee23a715d5dad6bf568a2deb1c55bf15601cf51 (commit)
from d9839c9d303a01dc1032a6de311e034fe14e81da (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9ee23a715d5dad6bf568a2deb1c55bf15601cf51
Author: Justus Winter <justus at g10code.com>
Date: Fri Jul 22 17:42:17 2016 +0200
gpgscm: Make function more general.
* tests/gpgscm/tests.scm (in-srcdir): Accept more path fragments.
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm
index 58b1430..e14e0e3 100644
--- a/tests/gpgscm/tests.scm
+++ b/tests/gpgscm/tests.scm
@@ -180,8 +180,8 @@
path
(string-append (getcwd) "/" path)))
-(define (in-srcdir what)
- (canonical-path (string-append (getenv "srcdir") "/" what)))
+(define (in-srcdir . names)
+ (canonical-path (apply path-join (cons (getenv "srcdir") names))))
;; Try to find NAME in PATHS. Returns the full path name on success,
;; or raises an error.
-----------------------------------------------------------------------
Summary of changes:
tests/gpgscm/tests.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list