~ubuntu-branches/ubuntu/lucid/bogofilter/lucid-security

« back to all changes in this revision

Viewing changes to src/tests/t.frame

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:41:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506054152-tgameecssbuv4np6
Tags: 1.2.0-2ubuntu1
* Merge from debian unstable, remaining changes: LP: #372497
  - don't build qdbm.
  - Don't build tokyocabinet support as it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
export _POSIX2_VERSION
40
40
 
41
41
# Obtain data base file suffix
42
 
DB_NAME=$("$BOGOFILTER" -C -V 2>&1 | sed -n '2p;')
 
42
DB_NAME=$("$BOGOFILTER" -C -V 2>&1 | sed -n '/Database:/ { p;q }')
43
43
case $DB_NAME in
44
44
    *BerkeleyDB*|*"Berkeley DB"*)
45
45
        case $DB_NAME in