mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 10:25:46 -04:00
14 lines
217 B
Bash
14 lines
217 B
Bash
|
|
#! /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
|