mariadb/pcre/pcre_grep_test.sh

14 lines
152 B
Bash
Raw Normal View History

2018-07-06 04:03:58 +02:00
#! /bin/sh
#
srcdir="$1"
pcregrep="$2"
pcretest="$3"
cd "$4"
shift
shift
shift
shift
. "$srcdir"/RunGrepTest
if test "$?" != "0"; then exit 1; fi
# End