#! /bin/csh -f

#
# runtest <dbx> <testname>
#
# Run dbx (with no environment so that stack addresses
# have consistent values).
#
# The first three lines of dbx output are ignored because
# they contain version specific information.
#
# This program is assumed to be running from within
# one of the language-specific test subdirectories.
#

../noenv $1 $2.x < $2.in |& tail +3