summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/tests/ere.sh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-22 09:32:57 +0000
committerobrien <obrien@FreeBSD.org>1999-11-22 09:32:57 +0000
commit18bbf176c89ad4e8bcded49759ff6f701c27ae3c (patch)
tree59edc7e5ea79e3ae16db7d18aad05ca222e21d23 /gnu/usr.bin/grep/tests/ere.sh
parentfac3cf264f5ad722ebdc3390aa6a6497b6b000e5 (diff)
downloadFreeBSD-src-18bbf176c89ad4e8bcded49759ff6f701c27ae3c.zip
FreeBSD-src-18bbf176c89ad4e8bcded49759ff6f701c27ae3c.tar.gz
Virgin import of GNU Grep 2.3 [trimmed down].
Diffstat (limited to 'gnu/usr.bin/grep/tests/ere.sh')
-rwxr-xr-xgnu/usr.bin/grep/tests/ere.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/tests/ere.sh b/gnu/usr.bin/grep/tests/ere.sh
new file mode 100755
index 0000000..5bf1695
--- /dev/null
+++ b/gnu/usr.bin/grep/tests/ere.sh
@@ -0,0 +1,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
OpenPOWER on IntegriCloud