Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from

a test which now passes as a result of that change.
This commit is contained in:
Mark Johnston 2015-05-17 23:09:58 +00:00
parent 0fff3baa0b
commit 6bd8f7ee09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283039
2 changed files with 1 additions and 2 deletions

View File

@ -1945,7 +1945,7 @@ dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags,
done:
dtrace_dof_destroy(dtp, dof);
#ifdef illumos
#ifdef __FreeBSD__
if (!dtp->dt_lazyload)
(void) unlink(tfile);
#endif

View File

@ -38,7 +38,6 @@ exclude EXFAIL common/ip/tst.ipv4localudp.ksh
exclude EXFAIL common/mdb/tst.dtracedcmd.ksh
exclude EXFAIL common/misc/tst.dofmax.ksh
exclude EXFAIL common/misc/tst.include.ksh
exclude EXFAIL common/pragma/tst.libchain.ksh
exclude EXFAIL common/safety/tst.copyin2.d
exclude EXFAIL common/safety/tst.msgdsize.d
exclude EXFAIL common/safety/tst.msgsize.d