diff options
Diffstat (limited to 'gnu/tests/ldap.scm')
-rw-r--r-- | gnu/tests/ldap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/ldap.scm b/gnu/tests/ldap.scm index d5ab6899cf..2cf7491f3e 100644 --- a/gnu/tests/ldap.scm +++ b/gnu/tests/ldap.scm @@ -124,7 +124,7 @@ suffix = dc=example,dc=com"))) (#f #f) (('service response-parts ...) (match (assq-ref response-parts 'running) - ((pid) (number? pid)))))) + ((pid) pid))))) marionette)) (test-assert "nslcd produces a log file" |