]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/grep/tests/ere.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / grep / tests / ere.sh
1 #!/bin/sh
2 # Regression test for GNU grep.
3
4 : ${srcdir=.}
5
6 failures=0
7
8 # . . . and the following by Henry Spencer.
9
10 ${AWK-awk} -f $srcdir/ere.awk $srcdir/ere.tests > ere.script
11
12 sh ere.script && exit $failures
13 exit 1