From b0e14bd6ff8401b12b2b39f75aef94d3ad28017f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 22 Dec 2016 15:48:07 +0100 Subject: gpgscm: Fail if too many arguments are given. * tests/gpgscm/scheme.c (opexe_0): Enable check. * tests/gpgscm/tests.scm (test::report): Remove superfluous argument. Signed-off-by: Justus Winter --- tests/gpgscm/tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gpgscm/tests.scm') diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm index 5954704bf..e5858d960 100644 --- a/tests/gpgscm/tests.scm +++ b/tests/gpgscm/tests.scm @@ -610,7 +610,7 @@ (seek logfd 0 SEEK_SET) (splice logfd STDERR_FILENO) (close logfd)) - (echo (string-append (status retcode) ":") name)))))) + (echo (string-append (status) ":") name)))))) ;; Run the setup target to create an environment, then run all given ;; tests in parallel. -- cgit v1.2.3