summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/tests/spencer2.sh
blob: a26869c5121ef7ff150f3f7c1494d6455abd0c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Regression test for GNU grep.

: ${srcdir=.}

failures=0

# . . . and the following by Henry Spencer.

${AWK-awk} -f $srcdir/scriptgen.awk $srcdir/spencer2.tests > tmp2.script

sh tmp2.script && exit $failures
exit 1
OpenPOWER on IntegriCloud