1#!/bin/sh
2DIR="`dirname $0`"
3NAME="`basename $0 .test`"
4$DIR/test.sh $NAME
5