gpgscm: Fix installation of error handler.

* tests/gpgscm/ffi.scm: Set '*error-hook*' again so that the
interpreter will use our function.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-11-17 15:47:26 +01:00
parent 66834eb838
commit 7b4e2ea274
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
(_exit (cadr x)))
(else
(apply error x))))
(set! *error-hook* throw)
;; Terminate the process returning STATUS to the parent.
(define (exit status)