4474 DTrace Userland CTF Support 4475 DTrace userland Keyword 4476 DTrace tests should be better citizens 4479 pid provider types 4480 dof emulation missing checks Reviewed by: Bryan Cantrill <bryan@joyent.com>
@@ -44,11 +44,11 @@ provider doogle { probe bagnoogle(); }; EOF -cc -c test.c +gcc -m32 -c test.c $dtrace -G -32 -s doogle.d test.o -o doogle.d.o if [ $? -eq 0 ]; then print -u2 "dtrace succeeded despite having no probe sites" exit 1