#!/bin/sh t=`basename $0` cat > $t.I <<\EOF #if 0 #else this is non-ANSI #endif EOF cat > $t.EO <<\EOF - EOF cat > $t.Ee <<\EOF EOF options='-l --ansi' expected_status=1 . $srcdir/test-common