Module Name: src Committed By: maya Date: Tue Jul 9 16:24:02 UTC 2019
Modified Files: src/tests/fs/common: snapshot.c src/tests/fs/ffs: t_fifos.c src/tests/fs/hfs: t_pathconvert.c src/tests/fs/lfs: t_pr.c src/tests/fs/umapfs: t_basic.c src/tests/lib/libc/db: t_db_hash_seq.c src/tests/lib/libc/sys: t_listen.c src/tests/lib/libpthread: t_condwait.c src/tests/libexec/ld.elf_so: t_dlerror-cleared.c t_dlinfo.c t_ifunc.c Log Message: return return atf_no_error() instead of 0 for consistency. suggested by moritzbuhl in https://github.com/NetBSD/src/pull/11/ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/common/snapshot.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/ffs/t_fifos.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/hfs/t_pathconvert.c cvs rdiff -u -r1.7 -r1.8 src/tests/fs/lfs/t_pr.c cvs rdiff -u -r1.5 -r1.6 src/tests/fs/umapfs/t_basic.c cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/db/t_db_hash_seq.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_listen.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libpthread/t_condwait.c cvs rdiff -u -r1.2 -r1.3 src/tests/libexec/ld.elf_so/t_dlerror-cleared.c cvs rdiff -u -r1.5 -r1.6 src/tests/libexec/ld.elf_so/t_dlinfo.c cvs rdiff -u -r1.8 -r1.9 src/tests/libexec/ld.elf_so/t_ifunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.