freebsd-dev/gnu/usr.bin/grep/tests/bre.sh
1999-11-22 09:32:57 +00:00

14 lines
217 B
Bash
Executable File

#! /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