tst.quite.d revision 178476
11573Srgrimes#!/usr/sbin/dtrace -qs
21573Srgrimes
31573Srgrimes/*
41573Srgrimes * CDDL HEADER START
51573Srgrimes *
61573Srgrimes * The contents of this file are subject to the terms of the
71573Srgrimes * Common Development and Distribution License (the "License").
81573Srgrimes * You may not use this file except in compliance with the License.
91573Srgrimes *
101573Srgrimes * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111573Srgrimes * or http://www.opensolaris.org/os/licensing.
121573Srgrimes * See the License for the specific language governing permissions
131573Srgrimes * and limitations under the License.
141573Srgrimes *
151573Srgrimes * When distributing Covered Code, include this CDDL HEADER in each
161573Srgrimes * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
171573Srgrimes * If applicable, add the following below this CDDL HEADER, with the
181573Srgrimes * fields enclosed by brackets "[]" replaced with your own identifying
191573Srgrimes * information: Portions Copyright [yyyy] [name of copyright owner]
201573Srgrimes *
211573Srgrimes * CDDL HEADER END
221573Srgrimes */
231573Srgrimes
241573Srgrimes/*
251573Srgrimes * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
261573Srgrimes * Use is subject to license terms.
271573Srgrimes */
281573Srgrimes
291573Srgrimes#pragma	ident	"%Z%%M%	%I%	%E% SMI"
301573Srgrimes
311573Srgrimes/*
3251794Smarcel * ASSERTION:
3351794Smarcel *	Script which uses -qs in scripting line
341573Srgrimes *
351573Srgrimes * SECTION: Scripting
361573Srgrimes *
371573Srgrimes */
381573Srgrimes
391573SrgrimesBEGIN
401573Srgrimes{
411573Srgrimes	exit(0);
421573Srgrimes}
4317141Sjkh