aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/tests/ere.sh
blob: d57e2fae5ab180ca98b692ba92fde5fbd3daf1ab (plain) (blame)
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/ere.awk $srcdir/ere.tests > ere.script

sh ere.script && exit $failures
exit 1