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

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

114 status=1
115else
116 grep D_PROC_GRAB test.out 2> /dev/null 1>&2
117 status=$?
118fi
119
120kill $background
121cd /
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

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

114 status=1
115else
116 grep D_PROC_GRAB test.out 2> /dev/null 1>&2
117 status=$?
118fi
119
120kill $background
121cd /
122/usr/bin/rm -rf $DIR
122rm -rf $DIR
123
124exit $status
123
124exit $status