diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-13 21:35:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-13 21:35:15 +0200 |
commit | 65a58bf2add32890351df739bd35fc808358436a (patch) | |
tree | d3c17634b970b0145bdc8b898f02270529ea05c9 /test.c | |
parent | m + add section 3 man pages (diff) | |
download | libcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.gz libcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.bz2 libcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.xz |
Add libcontacts.7 and libcontacts.h.0 + minor fixes + reorder stuff in libcontacts.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ main(void) touch(".testdir/.config/contacts/alpha"); touch(".testdir/.config/contacts/.me"); - touch(".testdir/.config/contacts/.groups"); + touch(".testdir/.config/contacts/.nobody"); touch(".testdir/.config/contacts/beta"); touch(".testdir/.config/contacts/.exclude"); touch(".testdir/.config/contacts/gamma"); |