In article <20101227020420.7242417...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pgoyette >Date: Mon Dec 27 02:04:19 UTC 2010 > >Modified Files: > src/distrib/sets/lists/tests: mi > src/etc/mtree: NetBSD.dist.tests > src/tests/lib/libc: Makefile >Added Files: > src/tests/lib/libc/ssp: Makefile h_fgets.c h_getcwd.c h_gets.c > h_memcpy.c h_memmove.c h_memset.c h_raw.c h_read.c h_readlink.c > h_snprintf.c h_sprintf.c h_strcat.c h_strcpy.c h_strncat.c > h_strncpy.c h_vsnprintf.c h_vsprintf.c t_ssp.sh > >Log Message: >Migrate the ssp tests from regress to atf. > >Of the 17 tests, 4 fail in both the regress and atf style. 3 additional >tests fails in atf that did NOT fail in regress: gets, fgets, and read. >I will investigate why, and update when I can, but it is still useful to >get these tests into the new format where they can be exercised.
All read stdin so it appears that atf does not eval the command properly so 'echo foo | test' does not work. christos