tst.func.ksh (3c606f67) tst.func.ksh (bc8eecf7)
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

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

40 exit(0);
41 }
42EOF
43}
44
45spinny()
46{
47 while true; do
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

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

40 exit(0);
41 }
42EOF
43}
44
45spinny()
46{
47 while true; do
48 /bin/date > /dev/null
48 /usr/bin/date > /dev/null
49 done
50}
51
52if [ $# != 1 ]; then
53 echo expected one argument: '<'dtrace-path'>'
54 exit 2
55fi
56

--- 18 unchanged lines hidden ---
49 done
50}
51
52if [ $# != 1 ]; then
53 echo expected one argument: '<'dtrace-path'>'
54 exit 2
55fi
56

--- 18 unchanged lines hidden ---