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

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

118if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
119 status=1
120else
121 grep D_PROC_GRAB test.out 2> /dev/null 1>&2
122 status=$?
123fi
124
125cd /
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

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

118if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
119 status=1
120else
121 grep D_PROC_GRAB test.out 2> /dev/null 1>&2
122 status=$?
123fi
124
125cd /
126/usr/bin/rm -rf $DIR
126rm -rf $DIR
127
128exit $status
127
128exit $status