freebsd-dev/gnu/usr.bin/grep/tests/bre.sh
2004-07-04 09:52:08 +00:00

14 lines
216 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