aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/tests/bre.sh
blob: e7ccf0a037cc4ca6b78171b6dd71eb41ab4d29c0 (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/bre.awk $srcdir/bre.tests > bre.script

sh bre.script && exit $failures
exit 1