diff options
Diffstat (limited to 'src/util/berk_db/test/run.test')
| -rw-r--r-- | src/util/berk_db/test/run.test | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
