123b5c241Stomee#!/bin/ksh -p
223b5c241Stomee#
323b5c241Stomee# CDDL HEADER START
423b5c241Stomee#
523b5c241Stomee# The contents of this file are subject to the terms of the
623b5c241Stomee# Common Development and Distribution License (the "License").
723b5c241Stomee# You may not use this file except in compliance with the License.
823b5c241Stomee#
923b5c241Stomee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1023b5c241Stomee# or http://www.opensolaris.org/os/licensing.
1123b5c241Stomee# See the License for the specific language governing permissions
1223b5c241Stomee# and limitations under the License.
1323b5c241Stomee#
1423b5c241Stomee# When distributing Covered Code, include this CDDL HEADER in each
1523b5c241Stomee# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1623b5c241Stomee# If applicable, add the following below this CDDL HEADER, with the
1723b5c241Stomee# fields enclosed by brackets "[]" replaced with your own identifying
1823b5c241Stomee# information: Portions Copyright [yyyy] [name of copyright owner]
1923b5c241Stomee#
2023b5c241Stomee# CDDL HEADER END
2123b5c241Stomee#
2223b5c241Stomee
2323b5c241Stomee#
24*91cfa10aStomee# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
2523b5c241Stomee# Use is subject to license terms.
2623b5c241Stomee#
2723b5c241Stomee
2823b5c241Stomee#ident	"%Z%%M%	%I%	%E% SMI"
2923b5c241Stomee
3023b5c241Stomee############################################################################
3123b5c241Stomee# ASSERTION:
3223b5c241Stomee#	Regression for multi-aggregation printa() corner cases.
3323b5c241Stomee#
3423b5c241Stomee# SECTION: Java API
3523b5c241Stomee#
3623b5c241Stomee############################################################################
3723b5c241Stomee
38*91cfa10aStomeejava -cp test.jar TestMultiAggPrinta tst.printa.d
39