#! /bin/sh
# Do common operations before a particular test.

mkdir tmp$tmp_id
cd tmp$tmp_id

case $srcdir in
  /*|~*) ;;
  *) srcdir=../$srcdir ;;
esac

out=
err=

echo $0 > checking
exec 1> stdout
exec 2> stderr

PATH=..:../../src:$PATH
