Deleted Added
full compact
tst.reap.ksh (278009) tst.reap.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

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

105# causing the embedded DTrace invocation to fail on an invalid probe (that is,
106# D_PDESC_INVAL) instead of an inability to grab the underlying process
107# (D_PROC_GRAB).
108#
109grep D_PDESC_INVAL test.out 2> /dev/null 1>&2
110status=$?
111
112cd /
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

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

105# causing the embedded DTrace invocation to fail on an invalid probe (that is,
106# D_PDESC_INVAL) instead of an inability to grab the underlying process
107# (D_PROC_GRAB).
108#
109grep D_PDESC_INVAL test.out 2> /dev/null 1>&2
110status=$?
111
112cd /
113/usr/bin/rm -rf $DIR
113rm -rf $DIR
114
115exit $status
114
115exit $status