summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/berk_db/test/ChangeLog4
-rw-r--r--src/util/berk_db/test/run.test3
2 files changed, 7 insertions, 0 deletions
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 <epeisach@kangaroo.mit.edu>
+
+ * run.test: Add /usr/lib/ispell/ispell.words for Linux
+
Thu Oct 12 01:18:07 1995 Sam Hartman <hartmans@tertius.mit.edu>
* 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