# variable setup for regression tests
# This one overrides incoming values, which may not be right for testing,
# and exports the new values so rconfig will see them and defer to them.
#
NEWSCTL=`pwd`
NEWSBIN=`pwd`
NEWSARTS=`pwd`/arts
NEWSOV=$NEWSARTS



# =()<NEWSPATH=@<NEWSPATH>@>()=
NEWSPATH=/bin:/usr/bin:/usr/contrib/bin



NEWSUMASK=022
NEWSCONFIG=`pwd`/../conf/rconfig
LOGNAME=regression
LANG=C				# affects sort collating order
export NEWSCTL NEWSBIN NEWSARTS NEWSOV NEWSPATH NEWSUMASK NEWSCONFIG
export LOGNAME LANG
