1#!/bin/sh
2
3t=`basename $0`
4
5# Create an empty $t.I.
6touch $t.I $t.EO $t.Ee
7
8options=
9expected_status=0
10
11. $top_srcdir/tests/test-common
12