summaryrefslogtreecommitdiffstats
path: root/tests/sys
diff options
context:
space:
mode:
authorpho <pho@FreeBSD.org>2014-03-05 08:33:58 +0000
committerpho <pho@FreeBSD.org>2014-03-05 08:33:58 +0000
commitf78b92e34c25e801c3f69a77ebafdf55cfb27597 (patch)
tree3a4db322f7a58692822df87567f0eb71288ca154 /tests/sys
parent3ff0a017dd187094c49794d8de9394e922f27ab3 (diff)
downloadFreeBSD-src-f78b92e34c25e801c3f69a77ebafdf55cfb27597.zip
FreeBSD-src-f78b92e34c25e801c3f69a77ebafdf55cfb27597.tar.gz
Preserve naming consistency for test cases.
Pointed out by: jmmv Sponsored by: EMC / Isilon storage division
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/kern/kern_descrip_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sys/kern/kern_descrip_test.c b/tests/sys/kern/kern_descrip_test.c
index 59a8163..2d54c1e 100644
--- a/tests/sys/kern/kern_descrip_test.c
+++ b/tests/sys/kern/kern_descrip_test.c
@@ -37,8 +37,8 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include <atf-c.h>
-ATF_TC_WITHOUT_HEAD(dup2_simple);
-ATF_TC_BODY(dup2_simple, tc)
+ATF_TC_WITHOUT_HEAD(dup2__simple);
+ATF_TC_BODY(dup2__simple, tc)
{
int fd1, fd2;
struct stat sb1, sb2;
@@ -71,7 +71,7 @@ ATF_TC_BODY(dup2__ebadf_when_2nd_arg_out_of_range, tc)
ATF_TP_ADD_TCS(tp)
{
- ATF_TP_ADD_TC(tp, dup2_simple);
+ ATF_TP_ADD_TC(tp, dup2__simple);
ATF_TP_ADD_TC(tp, dup2__ebadf_when_2nd_arg_out_of_range);
return atf_no_error();
OpenPOWER on IntegriCloud