From: Ezra Peisach Date: Mon, 30 Oct 1995 01:13:36 +0000 (+0000) Subject: Add /usr/lib/ispell/ispell.words for Linux X-Git-Tag: krb5-1.0-beta6~867 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa4e342bbbf52e060191a9e250354569cb769bd2;p=krb5.git Add /usr/lib/ispell/ispell.words for Linux git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7003 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog index ca04c6c1f..fea3885b1 100644 --- a/src/util/berk_db/test/ChangeLog +++ b/src/util/berk_db/test/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 29 20:07:29 1995 Ezra Peisach + + * run.test: Add /usr/lib/ispell/ispell.words for Linux + Thu Oct 12 01:18:07 1995 Sam Hartman * dbtest.c (rfile): Don't declare index. diff --git a/src/util/berk_db/test/run.test b/src/util/berk_db/test/run.test index 919d5a0b6..eeaf7ed76 100644 --- a/src/util/berk_db/test/run.test +++ b/src/util/berk_db/test/run.test @@ -19,6 +19,9 @@ main() elif [ -f /usr/share/lib/dict/words ]; then # SGI Irix 5.x DICT=/usr/share/lib/dict/words + elif [ -f /usr/lib/ispell/ispell.words ]; then + # Linux w/ ispell + DICT=/usr/lib/ispell/ispell.words else echo 'run.test: no dictionary' exit 1