summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/tests/spencer1.sh
blob: 2391761ab6425018c83e1e166966096e39df2e30 (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/spencer1.awk $srcdir/spencer1.tests > spencer1.script

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