diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2017-10-04 18:11:00 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2017-10-04 18:11:00 +0000 |
| commit | 7b9f317cf32b25619c1bb55dea3aaf4501f9de7a (patch) | |
| tree | accea4ac16307774837900bfcdec3d46c80c3b98 /usr.bin | |
| parent | bf4e2e5be1a12941d215072acac470ff25c847f6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rwxr-xr-x | usr.bin/hexdump/tests/hexdump_test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/hexdump/tests/hexdump_test.sh b/usr.bin/hexdump/tests/hexdump_test.sh index 400ccf3f7128..52b493f9f729 100755 --- a/usr.bin/hexdump/tests/hexdump_test.sh +++ b/usr.bin/hexdump/tests/hexdump_test.sh @@ -134,7 +134,6 @@ s_flag_head() } s_flag_body() { - atf_expect_fail "-s option is currently broken due to capsicum (PR 219173)" atf_check -o file:"$(atf_get_srcdir)/d_hexdump_sflag_a.out" \ hexdump -bs 4 "$(atf_get_srcdir)/d_hexdump_a.in" @@ -148,7 +147,6 @@ v_flag_head() } v_flag_body() { - atf_expect_fail "-s option is currently broken due to capsicum (PR 219173)" for i in $(seq 0 7); do atf_check -o match:"^\*$" \ hexdump -s ${i} "$(atf_get_srcdir)/d_hexdump_c.in" |
