diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-27 17:22:03 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-27 17:22:03 +0000 |
commit | 69a3d9e7dc9336be9d10f1736b505391033695cb (patch) | |
tree | 47aa1a0d81b46c35a112dea5f499acc660b77b80 /contrib/netbsd-tests | |
parent | 6bfe453238d3626fb99e62205646e74fd442d789 (diff) | |
download | src-69a3d9e7dc9336be9d10f1736b505391033695cb.tar.gz src-69a3d9e7dc9336be9d10f1736b505391033695cb.zip |
Notes
Diffstat (limited to 'contrib/netbsd-tests')
-rwxr-xr-x | contrib/netbsd-tests/usr.bin/grep/t_grep.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/usr.bin/grep/t_grep.sh b/contrib/netbsd-tests/usr.bin/grep/t_grep.sh index 75bfd16fb329..815c3da53f48 100755 --- a/contrib/netbsd-tests/usr.bin/grep/t_grep.sh +++ b/contrib/netbsd-tests/usr.bin/grep/t_grep.sh @@ -658,6 +658,8 @@ mmap_eof_not_eol_body() atf_expect_fail "gnu grep from ports has no --mmap option" fi + atf_expect_fail "relies on jemalloc feature no longer available; needs to be rewritten - bug 220309" + printf "ABC" > test1 jot -b " " -s "" 4096 >> test2 |