summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-10-28 17:12:45 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-10-28 17:12:45 +0000
commitf5ef5f675d9d9eb6e35ed9142d70ecf774456ad4 (patch)
tree2afd3ebd40c6a3cd9826daec6caa6ba146a321b9 /contrib/netbsd-tests
parentaf592d0465a659d3be2b62dd0d069c6aeeab5460 (diff)
downloadsrc-test2-f5ef5f675d9d9eb6e35ed9142d70ecf774456ad4.tar.gz
src-test2-f5ef5f675d9d9eb6e35ed9142d70ecf774456ad4.zip
Remove bogus requirement from libexecinfo test
The bogus requirement was causing CI infrastructure (which does not mount procfs) to skip the test. Procfs has not been needed by libexecinfo on FreeBSD (nor NetBSD) for years. Both now use a sysctl to obtain the path to the current process image. X-MFC-With: r354126
Notes
Notes: svn path=/head/; revision=354135
Diffstat (limited to 'contrib/netbsd-tests')
-rw-r--r--contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c b/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c
index 00f716e9c972..cc97cbb2ec45 100644
--- a/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c
+++ b/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c
@@ -147,7 +147,6 @@ 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, "require.files", "/proc/self");
}
ATF_TC_BODY(backtrace_fmt_basic, tc)