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:
parent
b2bdb24900
commit
a69a8c422a
@ -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=$?
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user