diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-20 00:16:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-20 00:16:49 +0000 |
| commit | 37af766bc526e3dfbf5ab01dc560bd01e1adffe6 (patch) | |
| tree | 23d4a73bf955372633504b37d59c1fd7a0983bf8 /gnu/usr.bin/grep/tests/spencer1.awk | |
| parent | 8c053ad76b76dbccf80704fc8f512958de0c049d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.4.0
'RELENG_3_4_0_RELEASE'.
Notes
svn path=/stable/3/; revision=54855
svn path=/release/3.4.0/; revision=54856; tag=release/3.4.0
Diffstat (limited to 'gnu/usr.bin/grep/tests/spencer1.awk')
| -rw-r--r-- | gnu/usr.bin/grep/tests/spencer1.awk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/grep/tests/spencer1.awk b/gnu/usr.bin/grep/tests/spencer1.awk deleted file mode 100644 index b66b8f5f665d..000000000000 --- a/gnu/usr.bin/grep/tests/spencer1.awk +++ /dev/null @@ -1,14 +0,0 @@ -BEGIN { - FS = "@"; - printf ("failures=0\n"); -} - -$0 !~ /^#/ && NF = 3 { - printf ("echo '%s'|${GREP} -E -e '%s' > /dev/null 2>&1\n",$3, $2); - printf ("if test $? -ne %s ; then\n", $1); - printf ("\techo Spencer test \\#%d failed\n", ++n); - printf ("\tfailures=1\n"); - printf ("fi\n"); -} - -END { printf ("exit $failures\n"); } |
