Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if Delete inappropriate \n from atd_tc_expect_fail...
details: https://anonhg.NetBSD.org/src/rev/7d8a46b336bf
branches: trunk
changeset: 819009:7d8a46b336bf
user: kre <kre%NetBSD.org@localhost>
date: Sat Nov 12 15:12:59 2016 +0000
description:
Delete inappropriate \n from atd_tc_expect_fail() message
diffstat:
tests/net/if/t_compat.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 86d1b3560db3 -r 7d8a46b336bf tests/net/if/t_compat.c
--- a/tests/net/if/t_compat.c Sat Nov 12 14:48:55 2016 +0000
+++ b/tests/net/if/t_compat.c Sat Nov 12 15:12:59 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_compat.c,v 1.3 2016/11/07 21:46:21 pgoyette Exp $ */
+/* $NetBSD: t_compat.c,v 1.4 2016/11/12 15:12:59 kre Exp $ */
#include <sys/socket.h>
#include <sys/ioctl.h>
@@ -65,7 +65,7 @@
sprintf(ifreq.ifr_name, "shmif%d", ifnum);
netcfg_rump_if(ifreq.ifr_name, "1.7.64.10", "255.255.0.0");
- atf_tc_expect_fail("PR kern/51610: rump does not include COMPAT_43\n");
+ atf_tc_expect_fail("PR kern/51610: rump does not include COMPAT_43");
/* query kernel for iface bcast */
RL(fd = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
- Prev by Date:
[src/trunk]: src/tests/kernel Add new test attach4 in t_ptrace_wait{, 3, 4, 6, id...
- Next by Date:
[src/trunk]: src/tests/kernel Add new test attach5 in t_ptrace_wait{4, 6, id, pid}
- Previous by Thread:
[src/trunk]: src/tests/kernel Add new test attach4 in t_ptrace_wait{, 3, 4, 6, id...
- Next by Thread:
[src/trunk]: src/tests/kernel Add new test attach5 in t_ptrace_wait{4, 6, id, pid}
- Indexes:
Home |
Main Index |
Thread Index |
Old Index