summaryrefslogtreecommitdiff
path: root/db/test/scr019
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-16 01:31:54 +0000
committerjbj <devnull@localhost>2004-10-16 01:31:54 +0000
commitd03f220fde879509cab2ac1c73b71b7efb52b737 (patch)
tree1e34bfadac0a6618d0e9a7933bad90063a785acf /db/test/scr019
parent2dc699bfe049b9319ea3719f604d25940ff52004 (diff)
downloadrpm-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.gz
rpm-d03f220fde879509cab2ac1c73b71b7efb52b737.tar.bz2
rpm-d03f220fde879509cab2ac1c73b71b7efb52b737.zip
... and in with the New ...
CVS patchset: 7471 CVS date: 2004/10/16 01:31:54
Diffstat (limited to 'db/test/scr019')
-rw-r--r--db/test/scr019/chk.include8
1 files changed, 6 insertions, 2 deletions
diff --git a/db/test/scr019/chk.include b/db/test/scr019/chk.include
index 444217bed..edd2bf6b4 100644
--- a/db/test/scr019/chk.include
+++ b/db/test/scr019/chk.include
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: chk.include,v 1.3 2002/03/27 04:33:09 bostic Exp $
+# $Id: chk.include,v 1.4 2004/10/07 20:34:39 bostic Exp $
#
# Check for inclusion of files already included in db_int.h.
@@ -29,8 +29,12 @@ sed -e '/^build/d' \
-e '/^examples_c/d' \
-e '/^libdb_java.*errno.h/d' \
-e '/^libdb_java.*java_util.h/d' \
+ -e '/^mod_db4/d' \
+ -e '/^mutex\/tm.c/d' \
+ -e '/^perl/d' \
+ -e '/^php_db4/d' \
-e '/^test_/d' \
- -e '/^mutex\/tm.c/d' > $t2
+ > $t2
[ -s $t2 ] && {
echo 'FAIL: found extraneous includes in the source'