diff options
author | Mark Johnston <markj@FreeBSD.org> | 2013-12-04 01:40:39 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2013-12-04 01:40:39 +0000 |
commit | bc968a581f4fd01170f3b82cac23c6b38b8b80e9 (patch) | |
tree | e2630a742d72a6626b413aaca10ac48e41131423 /tools | |
parent | e9be89ce407ebd6679fefb7968ca877dad7de6e2 (diff) | |
download | src-bc968a581f4fd01170f3b82cac23c6b38b8b80e9.tar.gz src-bc968a581f4fd01170f3b82cac23c6b38b8b80e9.zip |
Enable some previously-disabled DTrace tests for umod, ufunc and usym. They
expect the installed ksh binary to be named "ksh", which is not the case
when it's installed on FreeBSD via the shells/ksh93 port. Allow for it to be
"ksh93" as well so that the tests can actually pass.
Notes
Notes:
svn path=/head/; revision=258903
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/dtrace/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile index c9e9a20375e6..fc8af340658e 100644 --- a/tools/test/dtrace/Makefile +++ b/tools/test/dtrace/Makefile @@ -59,7 +59,6 @@ IGNORE= \ ${TESTSRCDIR}/tst/common/proc/tst.discard.ksh \ ${TESTSRCDIR}/tst/common/proc/tst.signal.ksh \ ${TESTSRCDIR}/tst/common/proc/tst.startexit.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.c \ ${TESTSRCDIR}/tst/common/scalars/tst.misc.d \ ${TESTSRCDIR}/tst/common/scalars/tst.selfarray2.d \ ${TESTSRCDIR}/tst/common/sysevent/tst.post.c \ @@ -115,10 +114,6 @@ NOTWORK+= \ ${TESTSRCDIR}/tst/common/profile-n/tst.func.ksh \ ${TESTSRCDIR}/tst/common/profile-n/tst.mod.ksh \ ${TESTSRCDIR}/tst/common/profile-n/tst.sym.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.ufunc.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.umod.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.usym.ksh \ ${TESTSRCDIR}/tst/common/safety/tst.basename.d \ ${TESTSRCDIR}/tst/common/safety/tst.caller.d \ ${TESTSRCDIR}/tst/common/safety/tst.cleanpath.d \ |