Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534.

Since "BEGIN" is not the name of a module, the test would just hang.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2014-05-19 20:11:55 +00:00
parent b2bdb24900
commit a69a8c422a
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@ fi
dtrace=$1
$dtrace -qZm wassup'{printf("Iamkool");}' \
-qm BEGIN'{printf("I am done"); exit(0);}'
-qm kernel'{printf("I am done"); exit(0);}'
status=$?

View File

@ -188,7 +188,6 @@ NOTWORK+= \
# Tests that just don't complete (even to fail) at the moment...
NOTWORK+= \
${TESTSRCDIR}/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh \
${TESTSRCDIR}/tst/common/printa/tst.many.d \
${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupgtype.d \
${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \