PERFORCE change 134042 for review
John Birrell
jb at FreeBSD.org
Thu Jan 24 15:15:20 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=134042
Change 134042 by jb at jb_freebsd1 on 2008/01/24 23:14:38
We have no 'unix' probe. I think this test is supposed to pass if the
first probe doesn't exist, but after the -qm argument without the -Z,
the second probe _must_ exist. Of course I might have been mistakened.
Heh.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh#4 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh#4 (text+ko) ====
@@ -46,7 +46,7 @@
dtrace=$1
$dtrace -qZm wassup'{printf("Iamkool");}' \
--qm unix'{printf("I am done"); exit(0);}'
+-qm BEGIN'{printf("I am done"); exit(0);}'
status=$?
More information about the p4-projects
mailing list