Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libexecinfo Check for mounted /proc.
details: https://anonhg.NetBSD.org/src/rev/ceaccde0f632
branches: trunk
changeset: 329049:ceaccde0f632
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 01 03:46:11 2014 +0000
description:
Check for mounted /proc.
diffstat:
tests/lib/libexecinfo/t_backtrace.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 6f27cb7b3a40 -r ceaccde0f632 tests/lib/libexecinfo/t_backtrace.c
--- a/tests/lib/libexecinfo/t_backtrace.c Thu May 01 03:07:50 2014 +0000
+++ b/tests/lib/libexecinfo/t_backtrace.c Thu May 01 03:46:11 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_backtrace.c,v 1.14 2014/04/13 20:58:26 joerg Exp $ */
+/* $NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_backtrace.c,v 1.14 2014/04/13 20:58:26 joerg Exp $");
+__RCSID("$NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $");
#include <atf-c.h>
#include <atf-c/config.h>
@@ -147,7 +147,8 @@
ATF_TC(backtrace_fmt_basic);
ATF_TC_HEAD(backtrace_fmt_basic, tc)
{
- atf_tc_set_md_var(tc, "descr", "Test backtrace_fmt(3)");
+ atf_tc_set_md_var(tc, "descr", "Test backtrace_fmt(3)");
+ atf_tc_set_md_var(tc, "require.files", "/proc/self");
}
ATF_TC_BODY(backtrace_fmt_basic, tc)
Home |
Main Index |
Thread Index |
Old Index