1#!/bin/sh
2#
3# Tell them not to be alarmed.
4
5: ${srcdir=.}
6
7failures=0
8
9#
10cat <<\EOF
11
12Please, do not be alarmed if some of the tests failed.
13Report them to <bug-gnu-utils@gnu.org>,
14with the line number, the name of the file,
15and grep version number 'grep --version'.
16Make sure you have the word grep in the subject.
17Thank You.
18
19EOF
20