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:
parent
0fff3baa0b
commit
6bd8f7ee09
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user