Skip to content

Commit

Permalink
hexdump: Remove expected test failures for now succeeding tests
Browse files Browse the repository at this point in the history
r323990 fixed the -s flag breakage reported by PR 219173. Mark the
corresponding hexdump tests accordingly, since they should now both succeed.

PR:		222781
Reported by:	ngie
Reviewed by:	emaste, ngie
Approved by:	emaste (mentor)
Differential Revision:	https://reviews.freebsd.org/D12590
  • Loading branch information
kevans91 committed Oct 4, 2017
1 parent bf4e2e5 commit 7b9f317
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usr.bin/hexdump/tests/hexdump_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit 7b9f317

Please sign in to comment.