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

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

97$dtrace -s ./test.d -Zc ./test
98
99if [ $? -ne 0 ]; then
100 print -u2 "failed to execute test"
101 exit 1
102fi
103
104cd /
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

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

97$dtrace -s ./test.d -Zc ./test
98
99if [ $? -ne 0 ]; then
100 print -u2 "failed to execute test"
101 exit 1
102fi
103
104cd /
105/usr/bin/rm -rf $DIR
105rm -rf $DIR
106exit 0
106exit 0