#!/bin/csh -f
# 
# clean up test directory before tests
#

find ~/rf/run/test \( -name '*~' -o -name '*.status' \) -print -exec rm '{}' \;
