]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/grep/tests/spencer2.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / grep / tests / spencer2.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/scriptgen.awk $srcdir/spencer2.tests > tmp2.script
11
12 sh tmp2.script && exit $failures
13 exit 1