# HG changeset patch # User asl # Date 1086161613 0 # Node ID 797dbca338de6d846ddbb4329f6ae38aff006958 # Parent 59fbd6362c2b481e35d12a241d555674ada1952a * tests/sysctl1.c: Call CYG_TEST_EXIT at the end of the test. diff --git a/packages/net/bsd_tcpip/current/ChangeLog b/packages/net/bsd_tcpip/current/ChangeLog --- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,7 @@ +2004-06-01 Sandeep Kumar + + * tests/sysctl1.c: Call CYG_TEST_EXIT at the end of the test. + 2004-05-25 Gary Thomas * src/sys/netinet/if_ether.c: Clean up some log messages - remove diff --git a/packages/net/bsd_tcpip/current/tests/sysctl1.c b/packages/net/bsd_tcpip/current/tests/sysctl1.c --- a/packages/net/bsd_tcpip/current/tests/sysctl1.c +++ b/packages/net/bsd_tcpip/current/tests/sysctl1.c @@ -174,7 +174,7 @@ net_test(cyg_addrword_t q) (((int *)&oldbuff)[1] == 3)), "sysctlnametooid1"); - /* This time with to small a results buffer */ + /* This time with too small a results buffer */ num_elem = 1; ret = sysctlnametomib(name2oid, mib,&num_elem); CYG_TEST_PASS_FAIL((ret == -1) && (errno = ENOMEM), @@ -194,6 +194,8 @@ net_test(cyg_addrword_t q) (((int *)&oldbuff)[0] == CTL_DEBUG) && (((int *)&oldbuff)[1] == 3)), "sysctlbyname"); + + CYG_TEST_EXIT ("sysctl1 exit"); } void