Deleted Added
full compact
tst.noprobes.ksh (267513) tst.noprobes.ksh (279414)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 41 unchanged lines hidden (view full) ---

50$dtrace -G -32 -s doogle.d test.o -o doogle.d.o
51
52if [ $? -eq 0 ]; then
53 print -u2 "dtrace succeeded despite having no probe sites"
54 exit 1
55fi
56
57cd /
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 41 unchanged lines hidden (view full) ---

50$dtrace -G -32 -s doogle.d test.o -o doogle.d.o
51
52if [ $? -eq 0 ]; then
53 print -u2 "dtrace succeeded despite having no probe sites"
54 exit 1
55fi
56
57cd /
58/usr/bin/rm -rf $DIR
58rm -rf $DIR
59exit 0
59exit 0