Initialize the context in 'test_auth_clear'. Fixes the test suite on mips64el. Patch by Mark H Weaver --- libotr-4.1.1/tests/unit/test_auth.c.orig 2015-12-25 12:39:45.000000000 -0500 +++ libotr-4.1.1/tests/unit/test_auth.c 2016-03-17 18:53:10.169999706 -0400 @@ -67,6 +67,7 @@ OtrlAuthInfo *auth = &ctx.auth; /* API call. */ + otrl_auth_new(&ctx); otrl_auth_clear(auth); ok(auth->authstate == OTRL_AUTHSTATE_NONE && -static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services.scm
AgeCommit message (Expand)Author
2024-01-28home: services: Add missing import....Ludovic Courtès
2023-10-27home: services: Fix regression in generated ‘on-first-login’ script....Rostislav Svoboda
2023-10-21home: services: Fix regression in generated ‘on-first-login’ script....Ludovic Courtès
2023-10-20home: services: Fix race condition when detecting first login....Carlo Zancanaro
2023-08-20home: services: Support mapping of System services to Home services....Ludovic Courtès
2023-07-11home: services: bash: Properly quote shell aliases....Ludovic Courtès
2023-01-09home: environment-variables: Fix escaping....Andrew Tropin
2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin
2023-01-05home: shells: Do not escape backslashes in single-quoted strings....Ludovic Courtès
2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès
2023-01-03guix: Fix typos....jman