Re-enable proc_test:symbol_lookup after r360979.

PR:		244732
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2020-05-12 17:05:55 +00:00
parent 13c2d789fb
commit cf55371827
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360980

View File

@ -270,9 +270,6 @@ ATF_TC_BODY(symbol_lookup, tc)
u_long saved;
int error;
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/244732");
phdl = start_prog(tc, false);
error = proc_name2sym(phdl, target_prog_file, "main", &main_sym, NULL);