summaryrefslogtreecommitdiff
path: root/pcre/pcre_grep_test.sh
blob: 7165aeeb0e278691644616dec1fa31fdbc6c1864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
#
srcdir="$1"
pcregrep="$2"
pcretest="$3"
cd "$4"
shift
shift
shift
shift
. "$srcdir"/RunGrepTest
if test "$?" != "0"; then exit 1; fi
# End